9023d0535acff26f8ce1f42b9ed5ce53a6b90759
[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/libringbuffer/test_shm \
9 unit/gcc-weak-hidden/test_gcc_weak_hidden \
10 unit/libmsgpack/test_msgpack \
11 unit/pthread_name/test_pthread_name \
12 unit/snprintf/test_snprintf \
13 unit/ust-elf/test_ust_elf
14
15 EXTRA_DIST = README
16
17 check-loop:
18 while [ 0 ]; do \
19 $(MAKE) $(AM_MAKEFLAGS) check; \
20 if [ "$$?" != "0" ]; then \
21 break; \
22 fi \
23 done
24
25 .PHONY: check-loop
This page took 0.031059 seconds and 3 git commands to generate.