X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=f00d5e7dd8e00da469e79a4ffeefdcd3f12a0c8c;hb=refs%2Fheads%2Fsow-2019-0007-2-rev1;hp=c8505eb5ff77da7aec5ee633125c575abd09ef14;hpb=4526ba6908b141a77d711bb38d2971f640ce5a7e;p=lttng-ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index c8505eb5..f00d5e7d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \ - ctf-types test-app-ctx gcc-weak-hidden hello-many + ctf-types test-app-ctx gcc-weak-hidden hello-many \ + libmsgpack if CXX_WORKS SUBDIRS += hello.cxx @@ -11,7 +12,8 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ TESTS = snprintf/test_snprintf \ ust-elf/test_ust_elf \ - gcc-weak-hidden/test_gcc_weak_hidden + gcc-weak-hidden/test_gcc_weak_hidden \ + libmsgpack/test_msgpack check-loop: while [ 0 ]; do \