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