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