bytecode: allow interpreter to return any type
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = utils unit compile benchmark
2
3LOG_DRIVER_FLAGS='--merge'
4LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
5 $(srcdir)/utils/tap-driver.sh
6
7TESTS = \
8 unit/libringbuffer/test_shm \
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
13
14EXTRA_DIST = README
15
16check-loop:
17 while [ 0 ]; do \
18 $(MAKE) $(AM_MAKEFLAGS) check; \
19 if [ "$$?" != "0" ]; then \
20 break; \
21 fi \
22 done
23
24.PHONY: check-loop
This page took 0.02344 seconds and 4 git commands to generate.