Fix: ctf-writertype serialization must 'escape' '_'-prefixed field names
[babeltrace.git] / tests / lib / writer / Makefile.am
index eb64836764c2ae4497fbbe27f1aac32a269c1990..3d3a320ac0a6e5b7a18296173bea8fb5644114b2 100644 (file)
@@ -1,21 +1,2 @@
-TESTS = test_ctf_writer_no_packet_context.py \
-               test_ctf_writer_empty_packet.py
-
-check_SCRIPTS = $(TESTS)
-
-dist_noinst_SCRIPTS = $(TESTS)
-EXTRA_DIST = $(TESTS)
-
-all-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
-                       cp -f $(srcdir)/$$script $(builddir); \
-               done; \
-       fi
-
-clean-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
+check_SCRIPTS = test_ctf_writer_no_packet_context.py \
+       test_ctf_writer_empty_packet.py
This page took 0.025144 seconds and 4 git commands to generate.