X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Flib%2FMakefile.am;h=511b8f373bffbee3a38ca388e88fef04cdb0b11b;hb=de8bce8a6014b226e15a073f173f12d6eb2833d2;hp=80cf97750eec12b97c94ef547f0980f9a5d61ee4;hpb=044bf2baed43f7f7d1734436045a46aaca3f1f1d;p=babeltrace.git diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index 80cf9775..511b8f37 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -88,13 +88,13 @@ TESTS += test_dwarf_complete \ test_bin_info_complete endif -if USE_PYTHON +if ENABLE_PYTHON_BINDINGS TESTS += writer/test_ctf_writer_no_packet_context.py \ writer/test_ctf_writer_empty_packet.py endif -if !BUILT_IN_PLUGINS +if !ENABLE_BUILT_IN_PLUGINS noinst_PROGRAMS += test_plugin test_plugin_LDADD = $(COMMON_TEST_LDADD) test_plugin_SOURCES = test_plugin.c