Fix: merge tap tests stdout and stderr
[deliverable/lttng-ust.git] / tests / Makefile.am
CommitLineData
c785c634 1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
53569322 2 ctf-types test-app-ctx
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
MJ
12TESTS = snprintf/test_snprintf \
13 ust-elf/test_ust_elf
38fa3781 14
f3c7428e
MJ
15check-loop:
16 while [ 0 ]; do \
17 $(MAKE) $(AM_MAKEFLAGS) check; \
18 if [ "$$?" != "0" ]; then \
19 break; \
20 fi \
21 done
38fa3781 22
f3c7428e 23.PHONY: check-loop
This page took 0.035653 seconds and 5 git commands to generate.