From 3af7070ba352b162eb61a98ecab13ecfb519548d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 1 Feb 2017 19:05:27 -0500 Subject: [PATCH] Tests: rename empty packet context test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/Makefile.am | 1 + tests/lib/writer/Makefile.am | 6 +++--- ...empty_packet.py => test_ctf_writer_no_packet_context.py} | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename tests/lib/writer/{test_ctf_writer_empty_packet.py => test_ctf_writer_no_packet_context.py} (100%) mode change 100644 => 100755 diff --git a/tests/Makefile.am b/tests/Makefile.am index 5ee5c55e..80d8d03b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,4 +32,5 @@ endif if USE_PYTHON TESTS += bin/intersection/test_multi_trace_intersection.py +TESTS += lib/writer/test_ctf_writer_no_packet_context.py endif diff --git a/tests/lib/writer/Makefile.am b/tests/lib/writer/Makefile.am index 4cb79a12..6a881bbb 100644 --- a/tests/lib/writer/Makefile.am +++ b/tests/lib/writer/Makefile.am @@ -1,7 +1,7 @@ -check_SCRIPTS = test_ctf_writer_empty_packet.py +check_SCRIPTS = test_ctf_writer_no_packet_context.py -dist_noinst_SCRIPTS = test_ctf_writer_empty_packet.py -EXTRA_DIST = test_ctf_writer_empty_packet.py +dist_noinst_SCRIPTS = test_ctf_writer_no_packet_context.py +EXTRA_DIST = test_ctf_writer_no_packet_context.py all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ diff --git a/tests/lib/writer/test_ctf_writer_empty_packet.py b/tests/lib/writer/test_ctf_writer_no_packet_context.py old mode 100644 new mode 100755 similarity index 100% rename from tests/lib/writer/test_ctf_writer_empty_packet.py rename to tests/lib/writer/test_ctf_writer_no_packet_context.py -- 2.34.1