bytecode: allow interpreter to return any type
[lttng-ust.git] / tests / Makefile.am
CommitLineData
dbe6ade0 1SUBDIRS = utils unit compile benchmark
340f7763 2
2520968a 3LOG_DRIVER_FLAGS='--merge'
f3c7428e 4LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
35fb403d 5 $(srcdir)/utils/tap-driver.sh
38fa3781 6
dbe6ade0 7TESTS = \
8707de35 8 unit/libringbuffer/test_shm \
dbe6ade0
MJ
9 unit/gcc-weak-hidden/test_gcc_weak_hidden \
10 unit/pthread_name/test_pthread_name \
11 unit/snprintf/test_snprintf \
12 unit/ust-elf/test_ust_elf
38fa3781 13
e6e508c9
MJ
14EXTRA_DIST = README
15
f3c7428e
MJ
16check-loop:
17 while [ 0 ]; do \
18 $(MAKE) $(AM_MAKEFLAGS) check; \
19 if [ "$$?" != "0" ]; then \
20 break; \
21 fi \
22 done
38fa3781 23
f3c7428e 24.PHONY: check-loop
This page took 0.027587 seconds and 4 git commands to generate.