X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;fp=tests%2Flib%2FMakefile.am;h=9392f9005441c4c85f867f8aeff9b06d25e3dbe2;hp=643b7e000e4543f80e8a85ef0ddc3396afd2d830;hb=9f5bdcae95d263f58fa6cf7f16dcf73552ac24da;hpb=15030982ca99a8930d5c13b7fdff5dcba204a551 diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index 643b7e00..9392f900 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -52,14 +52,14 @@ test_remove_destruction_listener_in_destruction_listener_SOURCES = \ test-remove-destruction-listener-in-destruction-listener.c if !ENABLE_BUILT_IN_PLUGINS -noinst_PROGRAMS += plugin -plugin_LDADD = $(COMMON_TEST_LDADD) \ +noinst_PROGRAMS += test-plugins +test_plugins_LDADD = $(COMMON_TEST_LDADD) \ $(top_builddir)/src/lib/libbabeltrace2.la -plugin_SOURCES = plugin.c -SUBDIRS += test-plugin-plugins +test_plugins_SOURCES = test-plugins.c +SUBDIRS += test-plugins-plugins endif -dist_check_SCRIPTS = test-plugin.sh test-fields.sh +dist_check_SCRIPTS = test-plugins.sh test-fields.sh if HAVE_PYTHON if DEV_MODE