Fix: liblttng-ust-fork Makefile flags mismatch
[lttng-ust.git] / tests / Makefile.am
CommitLineData
38936cf4 1SUBDIRS = . hello hello-static-lib fork ust-basic-tracing ust-multi-test \
e7ac2635 2 demo daemon
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
e7ac2635
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.026444 seconds and 4 git commands to generate.