[Spice-devel] [PATCH server v2 03/13] tests: make sure all tests are built on default rule
Marc-André Lureau
marcandre.lureau at gmail.com
Thu Jan 14 13:01:03 PST 2016
We should have all or none, I don't see the point of having just some of
them.
Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
---
server/tests/Makefile.am | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index 15196f9..007930c 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -35,6 +35,12 @@ LDADD = \
$(SPICE_NONPKGCONFIG_LIBS) \
$(NULL)
+TESTS = \
+ stat_test \
+ stream-test \
+ test-qxl-parsing \
+ $(NULL)
+
noinst_PROGRAMS = \
test_display_no_ssl \
test_display_streaming \
@@ -47,14 +53,7 @@ noinst_PROGRAMS = \
test_vdagent \
test_display_width_stride \
spice-server-replay \
- stream-test \
- stat_test \
- $(NULL)
-
-TESTS = \
- stat_test \
- test-qxl-parsing \
- stream-test \
+ $(TESTS) \
$(NULL)
check_PROGRAMS = $(TESTS)
--
2.5.0
More information about the Spice-devel
mailing list