Version 2.0.8
[lttng-ust.git] / tests / Makefile.am
CommitLineData
a317f82b 1SUBDIRS = . hello hello-static-lib fork ust-basic-tracing ust-multi-test demo
e822f505 2#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 3
a317f82b
SM
4if CXX_WORKS
5SUBDIRS += hello.cxx
6endif
7
76154767 8dist_noinst_SCRIPTS = test_loop runtests trace_matches
48beefc9 9
67787f50 10noinst_LIBRARIES = libtap.a
48beefc9 11
67787f50 12libtap_a_SOURCES = \
48beefc9
NC
13 tap.c \
14 tap.h
15
This page took 0.026595 seconds and 4 git commands to generate.