X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;fp=tests%2Flib%2FMakefile.am;h=67650cd52892febedf288a2b944e94c1a9e89109;hp=8974725c9eae16a788991b551063bc2b34f4c067;hb=8c20dd54512444781307a70f88c51ab60ba6cb2d;hpb=0439079563d4c56d3aa93ffe7d4a721d761a3a23 diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index 8974725c..67650cd5 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -20,9 +20,18 @@ test_trace_ir_ref_LDADD = $(COMMON_TEST_LDADD) \ test_graph_topo_LDADD = $(COMMON_TEST_LDADD) \ $(top_builddir)/src/lib/libbabeltrace2.la -noinst_PROGRAMS = test_bt_values test_bt_uuid test_trace_ir_ref test_graph_topo +test_simple_sink_LDADD = $(COMMON_TEST_LDADD) \ + $(top_builddir)/src/lib/libbabeltrace2.la + +noinst_PROGRAMS = \ + test_bt_values \ + test_bt_uuid \ + test_trace_ir_ref \ + test_graph_topo \ + test_simple_sink test_bt_values_SOURCES = test_bt_values.c +test_simple_sink_SOURCES = test_simple_sink.c test_bt_uuid_SOURCES = test_bt_uuid.c test_trace_ir_ref_SOURCES = test_trace_ir_ref.c test_graph_topo_SOURCES = test_graph_topo.c