X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2FMakefile.am;h=7ea42392dd7aa32536f7530bc355ed275d1f2e36;hb=36abff2a12418e173fdaa9552679c56e2560e89b;hp=9527a87a98a26e5fdff247d9a1f1188c6bc70863;hpb=88fdcc33db71a39770d1616f272e23aaf8a995e6;p=babeltrace.git diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 9527a87a..7ea42392 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -16,7 +16,7 @@ test_utils_muxer_LDADD = $(COMMON_TEST_LDADD) noinst_PROGRAMS += test-utils-muxer check_SCRIPTS += test-utils-muxer-complete -endif +endif # !ENABLE_BUILT_IN_PLUGINS if ENABLE_DEBUG_INFO test_dwarf_LDADD = \ @@ -37,4 +37,12 @@ test_bin_info_SOURCES = test_bin_info.c noinst_PROGRAMS += test_dwarf test_bin_info check_SCRIPTS += test_dwarf_complete test_bin_info_complete -endif + +if !ENABLE_BUILT_IN_PLUGINS +if ENABLE_PYTHON_BINDINGS +check_SCRIPTS += test_lttng_utils_debug_info +endif # !ENABLE_BUILT_IN_PLUGINS +endif # ENABLE_PYTHON_BINDINGS +endif # ENABLE_DEBUG_INFO + +EXTRA_DIST = test_lttng_utils_debug_info.py