From 5810472cfda38ae6108e577d163d63158b960519 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 26 Sep 2011 11:28:21 -0400 Subject: [PATCH] Add ust basic tracing daemon single process, single session, single channel Signed-off-by: Mathieu Desnoyers --- configure.ac | 1 + tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 908b7de6..565b7175 100644 --- a/configure.ac +++ b/configure.ac @@ -176,6 +176,7 @@ AC_CONFIG_FILES([ libust/Makefile tests/Makefile tests/hello/Makefile + tests/ust-basic-tracing/Makefile tests/hello2/Makefile tests/basic/Makefile tests/basic_long/Makefile diff --git a/tests/Makefile.am b/tests/Makefile.am index a9ba3262..d9690a6d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . hello fork +SUBDIRS = . hello fork ust-basic-tracing #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 dist_noinst_SCRIPTS = test_loop runtests trace_matches -- 2.34.1