From aba778b875de0ec9aa99c8de6371d69bd8ec9b02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 18 Sep 2017 17:15:49 -0400 Subject: [PATCH] Tests: moved files pointed-to in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index c5d61bab..324c028a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -35,12 +35,6 @@ TESTS_LIB = \ lib/test_cc_prio_map \ lib/test_bt_notification_iterator -if ENABLE_PYTHON_BINDINGS -TESTS_LIB += \ - lib/writer/test_ctf_writer_no_packet_context.py \ - lib/writer/test_ctf_writer_empty_packet.py -endif - if !ENABLE_BUILT_IN_PLUGINS TESTS_LIB += lib/test_plugin_complete endif -- 2.34.1