mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-07 19:58:02 +00:00
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.
This commit is contained in:
parent
efd1d3cb4d
commit
417dbedc0b
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user