SoW-2019-0007-2: Dynamic Snapshot: Triggers send partial event payload with notifications
[deliverable/lttng-ust.git] / tests / Makefile.am
CommitLineData
c785c634 1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
cb11f03a
FD
2 ctf-types test-app-ctx gcc-weak-hidden hello-many \
3 libmsgpack
1518fa0f 4
340f7763
SM
5if CXX_WORKS
6SUBDIRS += hello.cxx
7endif
8
2520968a 9LOG_DRIVER_FLAGS='--merge'
f3c7428e
MJ
10LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
11 $(top_srcdir)/config/tap-driver.sh
38fa3781 12
f3c7428e 13TESTS = snprintf/test_snprintf \
5a673446 14 ust-elf/test_ust_elf \
cb11f03a
FD
15 gcc-weak-hidden/test_gcc_weak_hidden \
16 libmsgpack/test_msgpack
38fa3781 17
f3c7428e
MJ
18check-loop:
19 while [ 0 ]; do \
20 $(MAKE) $(AM_MAKEFLAGS) check; \
21 if [ "$$?" != "0" ]; then \
22 break; \
23 fi \
24 done
38fa3781 25
f3c7428e 26.PHONY: check-loop
This page took 0.040501 seconds and 5 git commands to generate.