X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2FMakefile.am;h=83119805714186dbbe8982a371987c2a5f5fb485;hb=4cf459a783b914dfd2942b93c8ddbff11a025739;hp=7688e7ef82d257f6eb562b843f1952f01d3b6f08;hpb=761547672693a192995b72ad69b41d079636de3a;p=ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 7688e7e..8311980 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-libmallocwrap +SUBDIRS = . hello hello2 basic basic_long fork simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event register_test tracepoint libustctl_function_tests exit-fast dist_noinst_SCRIPTS = test_loop runtests trace_matches + +noinst_LIBRARIES = libtap.a + +libtap_a_SOURCES = \ + tap.c \ + tap.h +