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