Remove daemon test
[lttng-ust.git] / tests / Makefile.am
CommitLineData
b38b81a0 1SUBDIRS = . hello hello-static-lib fork
74d81a6c 2#ust-basic-tracing ust-multi-test
e822f505 3#SUBDIRS = . hello2 basic basic_long simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event register_test tracepoint libustctl_function_tests exit-fast
1518fa0f 4
340f7763
SM
5if CXX_WORKS
6SUBDIRS += hello.cxx
7endif
8
76154767 9dist_noinst_SCRIPTS = test_loop runtests trace_matches
48beefc9 10
67787f50 11noinst_LIBRARIES = libtap.a
48beefc9 12
67787f50 13libtap_a_SOURCES = \
48beefc9
NC
14 tap.c \
15 tap.h
16
This page took 0.027271 seconds and 4 git commands to generate.