Add pthread_setname_np tests
[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 hello-many pthread_name
3
4 if CXX_WORKS
5 SUBDIRS += hello.cxx
6 endif
7
8 LOG_DRIVER_FLAGS='--merge'
9 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
10 $(top_srcdir)/config/tap-driver.sh
11
12 TESTS = snprintf/test_snprintf \
13 ust-elf/test_ust_elf \
14 gcc-weak-hidden/test_gcc_weak_hidden \
15 pthread_name/test_pthread_name
16
17 EXTRA_DIST = README
18
19 check-loop:
20 while [ 0 ]; do \
21 $(MAKE) $(AM_MAKEFLAGS) check; \
22 if [ "$$?" != "0" ]; then \
23 break; \
24 fi \
25 done
26
27 .PHONY: check-loop
This page took 0.031718 seconds and 5 git commands to generate.