Fix: Don't clean test scripts
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 28 Apr 2016 16:57:03 +0000 (12:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 3 May 2016 19:42:42 +0000 (15:42 -0400)
Test scripts are generated by configure, not make. Therefore, we do
not want a make clean to remove them. Let automake handle dist and
clean.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/bin/Makefile.am

index ae9eba8002b008459bba3500d26ba7d081ab6783..0d56c6d7762fab295f176fbfaab5bea690d948cf 100644 (file)
@@ -1,2 +1 @@
-noinst_SCRIPTS = test_trace_read test_intersection test_packet_seq_num
-CLEANFILES = $(noinst_SCRIPTS)
+check_SCRIPTS = test_trace_read test_intersection test_packet_seq_num
This page took 0.024584 seconds and 5 git commands to generate.