tests: Rework test suite
[babeltrace.git] / tests / lib / Makefile.am
index 14912a17c4400f632560474c420b5d08dc0d3c6e..efbb6c860deb0a76320af830b0a05a23125aa805 100644 (file)
@@ -27,9 +27,11 @@ test_trace_ir_ref_SOURCES = test_trace_ir_ref.c
 test_graph_topo_SOURCES = test_graph_topo.c
 
 if !ENABLE_BUILT_IN_PLUGINS
-noinst_PROGRAMS += test_plugin
-test_plugin_LDADD = $(COMMON_TEST_LDADD) \
+noinst_PROGRAMS += plugin
+plugin_LDADD = $(COMMON_TEST_LDADD) \
        $(top_builddir)/src/lib/libbabeltrace2.la
-test_plugin_SOURCES = test_plugin.c
+plugin_SOURCES = plugin.c
 SUBDIRS += test-plugin-plugins
 endif
+
+dist_check_SCRIPTS = test_plugin
This page took 0.023726 seconds and 4 git commands to generate.