summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 816b2d5)
raw | patch | inline | side by side (parent: 816b2d5)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 24 Jun 2014 17:51:14 +0000 (19:51 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 24 Jun 2014 17:51:14 +0000 (19:51 +0200) |
This way, it's only built on 'make check' (aka 'make test').
t/Makefile.am | patch | blob | history |
diff --git a/t/Makefile.am b/t/Makefile.am
index 43d24d986ba541a8092a4448c50c94974a439502..f40d16f97a50f141e5d68e6efe806e5c4c10d174 100644 (file)
--- a/t/Makefile.am
+++ b/t/Makefile.am
TESTS =
check_PROGRAMS =
-noinst_LTLIBRARIES =
+check_LTLIBRARIES =
#
# unit tests
TESTS += integration/simple_config.sh integration/simple_query.sh
endif
-noinst_LTLIBRARIES += integration/mock_plugin.la
+check_LTLIBRARIES += integration/mock_plugin.la
integration_mock_plugin_la_SOURCES = integration/mock_plugin.c
# -rpath is a work-around to enforce a shared library
integration_mock_plugin_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version \