Tests: Replace prove by autotools tap runner
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
2 ctf-types test-app-ctx
3
4if CXX_WORKS
5SUBDIRS += hello.cxx
6endif
7
8LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
9 $(top_srcdir)/config/tap-driver.sh
10
11TESTS = snprintf/test_snprintf \
12 ust-elf/test_ust_elf
13
14check-loop:
15 while [ 0 ]; do \
16 $(MAKE) $(AM_MAKEFLAGS) check; \
17 if [ "$$?" != "0" ]; then \
18 break; \
19 fi \
20 done
21
22.PHONY: check-loop
This page took 0.022829 seconds and 4 git commands to generate.