[Spice-devel] [PATCH spice-streaming-agent] Only build unit tests when running make check
Lukáš Hrázký
lhrazky at redhat.com
Mon Feb 26 16:20:54 UTC 2018
Removing noinst_PROGRAMS from src/unittests/Makefile.am will cause the
unit tests not be built on a regular build (`make`), they will only be
built when running the tests (`make check`).
C++ unit test frameworks are notorious for long build times too.
Signed-off-by: Lukáš Hrázký <lhrazky at redhat.com>
---
I am not sure if there was another reason for noinst_PROGRAMS, but I
don't think so.
src/unittests/Makefile.am | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/unittests/Makefile.am b/src/unittests/Makefile.am
index 0fc6d50..cf7adba 100644
--- a/src/unittests/Makefile.am
+++ b/src/unittests/Makefile.am
@@ -23,10 +23,6 @@ TESTS = \
test-mjpeg-fallback \
$(NULL)
-noinst_PROGRAMS = \
- $(check_PROGRAMS) \
- $(NULL)
-
hexdump_SOURCES = \
hexdump.c \
$(NULL)
--
2.16.1
More information about the Spice-devel
mailing list