Tests: Use Perl prove as the testsuite runner
[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 runtests trace_matches
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.033756 seconds and 5 git commands to generate.