tests: Move tap-driver.sh out of the autotools aux directory
[lttng-ust.git] / tests / Makefile.am
1 SUBDIRS = utils unit compile benchmark
2
3 LOG_DRIVER_FLAGS='--merge'
4 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
5 $(srcdir)/utils/tap-driver.sh
6
7 TESTS = \
8 unit/gcc-weak-hidden/test_gcc_weak_hidden \
9 unit/pthread_name/test_pthread_name \
10 unit/snprintf/test_snprintf \
11 unit/ust-elf/test_ust_elf
12
13 EXTRA_DIST = README
14
15 check-loop:
16 while [ 0 ]; do \
17 $(MAKE) $(AM_MAKEFLAGS) check; \
18 if [ "$$?" != "0" ]; then \
19 break; \
20 fi \
21 done
22
23 .PHONY: check-loop
This page took 0.030759 seconds and 5 git commands to generate.