Move "hello-static-lib" to doc/examples and add non-automake Makefiles
[lttng-ust.git] / tests / Makefile.am
1 SUBDIRS = . hello 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.029454 seconds and 4 git commands to generate.