317edcb0b355e87bf51947ec2e8b4ea572a48b0b
[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.02961 seconds and 3 git commands to generate.