X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbin%2FMakefile.am;h=ae9eba8002b008459bba3500d26ba7d081ab6783;hp=e46285fbd926dac10bb1f703888691e550220e67;hb=fcacebd50509eb8ec88d182a983f9c4227f32c4c;hpb=15553d19bf293941eb6476b92ad49617dd588aff diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index e46285fb..ae9eba80 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 +noinst_SCRIPTS = test_trace_read test_intersection test_packet_seq_num +CLEANFILES = $(noinst_SCRIPTS)