Python bindings: make intersect_mode read-only property
[babeltrace.git] / tests / bin / Makefile.am
index e46285fbd926dac10bb1f703888691e550220e67..0d56c6d7762fab295f176fbfaab5bea690d948cf 100644 (file)
@@ -1,17 +1 @@
-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
+check_SCRIPTS = test_trace_read test_intersection test_packet_seq_num
This page took 0.022991 seconds and 4 git commands to generate.