Commit | Line | Data |
---|---|---|
f0966704 | 1 | SUBDIRS = . hello fork ust-basic-tracing ust-multi-test |
e822f505 | 2 | #SUBDIRS = . hello2 basic basic_long simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event register_test tracepoint libustctl_function_tests exit-fast |
1518fa0f | 3 | |
76154767 | 4 | dist_noinst_SCRIPTS = test_loop runtests trace_matches |
48beefc9 | 5 | |
67787f50 | 6 | noinst_LIBRARIES = libtap.a |
48beefc9 | 7 | |
67787f50 | 8 | libtap_a_SOURCES = \ |
48beefc9 NC |
9 | tap.c \ |
10 | tap.h | |
11 |