Cleanup lttng-gen-tp: remove leading underscore before include guard
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = . 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
4if CXX_WORKS
5SUBDIRS += hello.cxx
6endif
7
8dist_noinst_SCRIPTS = test_loop runtests trace_matches
9
10noinst_LIBRARIES = libtap.a
11
12libtap_a_SOURCES = \
13 tap.c \
14 tap.h
15
This page took 0.0229780000000001 seconds and 4 git commands to generate.