Allow tracepoint providers to be compiled with g++
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = . hello same_line_tracepoint snprintf
2
3if CXX_WORKS
4SUBDIRS += hello.cxx
5endif
6
7dist_noinst_SCRIPTS = test_loop run.sh trace_matches unit_tests
8
9noinst_LIBRARIES = libtap.a
10
11libtap_a_SOURCES = tap.c tap.h
12
13check-am:
14 ./run.sh unit_tests
This page took 0.022348 seconds and 4 git commands to generate.