X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbin%2FMakefile.am;h=57b90ea72d80431477131205151d2516417a533c;hb=235d06f02f6f0306e432165fdcb11d9a6debd480;hp=46f8352a67d3668ab2978fd55cb64de14ea3a69f;hpb=a060551b720be8332e693e839938a4e864716a81;p=babeltrace.git diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index 46f8352a..57b90ea7 100644 --- a/tests/bin/Makefile.am +++ b/tests/bin/Makefile.am @@ -1,7 +1,2 @@ -noinst_SCRIPTS = test_trace_read test_intersection test_packet_seq_num -CLEANFILES = $(noinst_SCRIPTS) -EXTRA_DIST = test_trace_read.in - -$(noinst_SCRIPTS): %: %.in - sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@ - chmod +x $@ +SUBDIRS = intersection +check_SCRIPTS = test_trace_read test_packet_seq_num test_formats