X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=d46c94a58fe293e51a84d3dd456d292ebef73bbc;hb=df8b7e52ec98f7f05422fc1e90929e19fcb8f03f;hp=b1042dbef1e64c7b0307a2b528a751792e962c9c;hpb=0db3d6ee9be2906d02955fedee802338bcfaef3a;p=deliverable%2Flttng-ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index b1042dbe..d46c94a5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ 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 pthread_name if CXX_WORKS SUBDIRS += hello.cxx @@ -11,7 +11,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 \ + pthread_name/test_pthread_name EXTRA_DIST = README