Cleanup: Bump autoconf required version to 2.69
[lttng-ust.git] / tests / Makefile.am
CommitLineData
c785c634 1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
df8b7e52 2 ctf-types test-app-ctx gcc-weak-hidden hello-many pthread_name
1518fa0f 3
340f7763
SM
4if CXX_WORKS
5SUBDIRS += hello.cxx
6endif
7
2520968a 8LOG_DRIVER_FLAGS='--merge'
f3c7428e
MJ
9LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
10 $(top_srcdir)/config/tap-driver.sh
38fa3781 11
f3c7428e 12TESTS = snprintf/test_snprintf \
5a673446 13 ust-elf/test_ust_elf \
df8b7e52
MJ
14 gcc-weak-hidden/test_gcc_weak_hidden \
15 pthread_name/test_pthread_name
38fa3781 16
e6e508c9
MJ
17EXTRA_DIST = README
18
f3c7428e
MJ
19check-loop:
20 while [ 0 ]; do \
21 $(MAKE) $(AM_MAKEFLAGS) check; \
22 if [ "$$?" != "0" ]; then \
23 break; \
24 fi \
25 done
38fa3781 26
f3c7428e 27.PHONY: check-loop
This page took 0.034253 seconds and 4 git commands to generate.