X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=425440a5160890101a31c00bc76c4d615d69305e;hb=bdd8ca83b1aee3f535c096ae01f2afc2073c1376;hp=644b80f11a74970456c605552fe4d46856f62364;hpb=5f04cdcbbea9d600b3f325dd739b217ab2a8f78a;p=lttng-ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 644b80f1..425440a5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1 +1,14 @@ -SUBDIRS = hello hello2 basic basic_long +SUBDIRS = . hello hello-static-lib same_line_tracepoint snprintf + +if CXX_WORKS +SUBDIRS += hello.cxx +endif + +dist_noinst_SCRIPTS = test_loop run.sh trace_matches unit_tests + +noinst_LIBRARIES = libtap.a + +libtap_a_SOURCES = tap.c tap.h + +check-am: + ./run.sh unit_tests