summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-01-21 11:15:14 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2016-01-26 15:58:43 +0100
commit417dbedc0b91a7a6aa00c97f7341689cc8de40b2 (patch)
tree77a15ffad3cb1f0061d26c9767c60ff1e0f9af7d
parentefd1d3cb4d8eee5e5aff61a796daf2dcf980e3c2 (diff)
tests: Always build tests
The next commit will introduce a test for log messages. As libspice-common.la behaviour varies depending on whether SPICE_DISABLE_ASSERT was defined at compile-time, this test will also take into account this preprocessor define. We are more likely to get a consistent build (SPICE_DISABLE_ASSERT being the same when building libspice-common.la and the test) if both are built at the same time. This commit changes that, tests are now built (but not run) at 'make' time rather than 'make check' time.
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d612d44..92d2f62 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
NULL =
TESTS = test_marshallers
-check_PROGRAMS = test_marshallers
+noinst_PROGRAMS = $(TESTS)
test_marshallers_SOURCES = \
generated_test_marshallers.c \
generated_test_marshallers.h \