X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2FMakefile.am;h=9023d0535acff26f8ce1f42b9ed5ce53a6b90759;hb=67d4e8f5512220b8a33a058b7133fce7595c4fa2;hp=d46c94a58fe293e51a84d3dd456d292ebef73bbc;hpb=df8b7e52ec98f7f05422fc1e90929e19fcb8f03f;p=lttng-ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index d46c94a5..9023d053 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,18 +1,16 @@ -SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \ - ctf-types test-app-ctx gcc-weak-hidden hello-many pthread_name - -if CXX_WORKS -SUBDIRS += hello.cxx -endif +SUBDIRS = utils unit compile benchmark LOG_DRIVER_FLAGS='--merge' LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ - $(top_srcdir)/config/tap-driver.sh + $(srcdir)/utils/tap-driver.sh -TESTS = snprintf/test_snprintf \ - ust-elf/test_ust_elf \ - gcc-weak-hidden/test_gcc_weak_hidden \ - pthread_name/test_pthread_name +TESTS = \ + unit/libringbuffer/test_shm \ + unit/gcc-weak-hidden/test_gcc_weak_hidden \ + unit/libmsgpack/test_msgpack \ + unit/pthread_name/test_pthread_name \ + unit/snprintf/test_snprintf \ + unit/ust-elf/test_ust_elf EXTRA_DIST = README