Fix: don't build C++ example if a C++ compiler isn't available
[lttng-ust.git] / tests / Makefile.am
1 SUBDIRS = . hello hello-static-lib fork ust-basic-tracing ust-multi-test \
2 demo daemon
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
16
This page took 0.030878 seconds and 5 git commands to generate.