X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=d472a6ac3faa1a29bff83e0ee884009ffd2efabf;hb=42f209e98d68936df04ec947a12e684155ce7cfe;hp=ab13cd73bb1b30c8cd1c51c777e915afd2d473ad;hpb=6749958301e384d8491fb3509e3b089ef662d66a;p=lttng-ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index ab13cd73..d472a6ac 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,10 @@ -SUBDIRS = hello hello2 basic basic_long fork simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event +SUBDIRS = utils hello same_line_tracepoint snprintf -dist_noinst_SCRIPTS = test_loop runtests trace_matches +if CXX_WORKS +SUBDIRS += hello.cxx +endif + +dist_noinst_SCRIPTS = test_loop run.sh unit_tests + +check-am: + ./run.sh unit_tests