Add unit tests for num possible cpus
[lttng-ust.git] / tests / Makefile.am
1 SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
2 ctf-types test-app-ctx gcc-weak-hidden \
3 libringbuffer
4
5 if CXX_WORKS
6 SUBDIRS += hello.cxx
7 endif
8
9 LOG_DRIVER_FLAGS='--merge'
10 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
11 $(top_srcdir)/config/tap-driver.sh
12
13 TESTS = snprintf/test_snprintf \
14 ust-elf/test_ust_elf \
15 gcc-weak-hidden/test_gcc_weak_hidden \
16 libringbuffer/test_smp
17
18 check-loop:
19 while [ 0 ]; do \
20 $(MAKE) $(AM_MAKEFLAGS) check; \
21 if [ "$$?" != "0" ]; then \
22 break; \
23 fi \
24 done
25
26 .PHONY: check-loop
This page took 0.029102 seconds and 4 git commands to generate.