X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbin%2FMakefile.am;h=2d008ed460ec243fc8dbb722f852c33fb5d828b5;hb=e08b9e07b43b305ee9f31690b5c27e5ae24f0078;hp=e46285fbd926dac10bb1f703888691e550220e67;hpb=15553d19bf293941eb6476b92ad49617dd588aff;p=babeltrace.git diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index e46285fb..2d008ed4 100644 --- a/tests/bin/Makefile.am +++ b/tests/bin/Makefile.am @@ -1,17 +1,2 @@ -SCRIPT_LIST = test_trace_read - -dist_noinst_SCRIPTS = $(SCRIPT_LIST) - -all-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(SCRIPT_LIST); do \ - cp -f $(srcdir)/$$script $(builddir); \ - done; \ - fi - -clean-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(SCRIPT_LIST); do \ - rm -f $(builddir)/$$script; \ - done; \ - fi +SUBDIRS = intersection +check_SCRIPTS = test_trace_read test_packet_seq_num