[Spice-commits] server/tests

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Feb 2 11:37:02 UTC 2016


 server/tests/Makefile.am |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

New commits:
commit 15c908ef250ad6fbdaff6ea6937ee0b17464cfe1
Author: Marc-Andre Lureau <marcandre.lureau at gmail.com>
Date:   Fri Jan 22 18:14:03 2016 +0100

    tests: make sure that the default rule builds all tests
    
    The default rule being "all", it builds noinst_PROGRAMS but not
    check_PROGRAMS. Let's build all the tests by default.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index fea2181..db2db2a 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -35,6 +35,13 @@ LDADD =								\
 	$(SPICE_NONPKGCONFIG_LIBS)				\
 	$(NULL)
 
+TESTS =						\
+	stat_test				\
+	stream-test				\
+	test-loop				\
+	test-qxl-parsing			\
+	$(NULL)
+
 noinst_PROGRAMS =				\
 	test_display_no_ssl			\
 	test_display_streaming			\
@@ -47,16 +54,7 @@ noinst_PROGRAMS =				\
 	test_vdagent				\
 	test_display_width_stride		\
 	spice-server-replay			\
-	stream-test				\
-	stat_test				\
-	test-loop				\
-	$(NULL)
-
-TESTS =						\
-	stat_test				\
-	test-qxl-parsing			\
-	stream-test				\
-	test-loop				\
+	$(TESTS)				\
 	$(NULL)
 
 check_PROGRAMS = $(TESTS)


More information about the Spice-commits mailing list