Commit | Line | Data |
---|---|---|
1 | SUBDIRS = . hello fork ust-basic-tracing ust-multi-test demo | |
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 | |
3 | ||
4 | dist_noinst_SCRIPTS = test_loop runtests trace_matches | |
5 | ||
6 | noinst_LIBRARIES = libtap.a | |
7 | ||
8 | libtap_a_SOURCES = \ | |
9 | tap.c \ | |
10 | tap.h | |
11 |