Add missing files to distribution
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
2 ctf-types test-app-ctx gcc-weak-hidden hello-many
3
4if CXX_WORKS
5SUBDIRS += hello.cxx
6endif
7
8LOG_DRIVER_FLAGS='--merge'
9LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
10 $(top_srcdir)/config/tap-driver.sh
11
12TESTS = snprintf/test_snprintf \
13 ust-elf/test_ust_elf \
14 gcc-weak-hidden/test_gcc_weak_hidden
15
16EXTRA_DIST = README
17
18check-loop:
19 while [ 0 ]; do \
20 $(MAKE) $(AM_MAKEFLAGS) check; \
21 if [ "$$?" != "0" ]; then \
22 break; \
23 fi \
24 done
25
26.PHONY: check-loop
This page took 0.023511 seconds and 4 git commands to generate.