SoW-2020-0002: Trace Hit Counters: Implement key-addressed counters in shared memory...
[deliverable/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 \
3 libmsgpack
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 libmsgpack/test_msgpack
17
18 EXTRA_DIST = README
19
20 check-loop:
21 while [ 0 ]; do \
22 $(MAKE) $(AM_MAKEFLAGS) check; \
23 if [ "$$?" != "0" ]; then \
24 break; \
25 fi \
26 done
27
28 .PHONY: check-loop
This page took 0.031878 seconds and 5 git commands to generate.