Fix: Remove test runner script
[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 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.023075 seconds and 4 git commands to generate.