port: tests: Add a simple unit test for shm operations
[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/pthread_name/test_pthread_name \
11 unit/snprintf/test_snprintf \
12 unit/ust-elf/test_ust_elf
13
14 EXTRA_DIST = README
15
16 check-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.031458 seconds and 5 git commands to generate.