[Spice-devel] [PATCH spice-server 1/2] Allows to use scripts for "make check"
Frediano Ziglio
fziglio at redhat.com
Wed Oct 19 13:49:37 UTC 2016
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
server/tests/Makefile.am | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index 17a06e8..8580a9a 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -36,7 +36,7 @@ LDADD = \
$(SPICE_NONPKGCONFIG_LIBS) \
$(NULL)
-TESTS = \
+check_PROGRAMS = \
spice-options-test \
stat_test \
stream-test \
@@ -57,10 +57,11 @@ noinst_PROGRAMS = \
test_vdagent \
test_display_width_stride \
spice-server-replay \
- $(TESTS) \
+ $(check_PROGRAMS) \
$(NULL)
-check_PROGRAMS = $(TESTS)
+TESTS = $(check_PROGRAMS) \
+ $(NULL)
noinst_LIBRARIES += \
libstat_test1.a \
--
2.7.4
More information about the Spice-devel
mailing list