Add demo README
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = . hello hello-static-lib same_line_tracepoint snprintf
2
3if CXX_WORKS
4SUBDIRS += hello.cxx
5endif
6
7dist_noinst_SCRIPTS = test_loop runtests trace_matches
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.02253 seconds and 4 git commands to generate.