[PATCH spice-gtk] build-sys: fix make check on win32

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



acl-helper test is unix-only.

Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxx>
---
 tests/Makefile.am | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 24d45c9..ccf14bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,16 +3,18 @@ NULL =
 TESTS = coroutine				\
 	util					\
 	session					\
-	usb-acl-helper				\
 	$(NULL)
 
 if WITH_PHODAV
 TESTS += pipe
 endif
 
-noinst_PROGRAMS = $(TESTS) \
-		  mock-acl-helper \
-		  $(NULL)
+noinst_PROGRAMS = $(TESTS)
+
+if !OS_WIN32
+TESTS += usb-acl-helper
+noinst_PROGRAMS += mock-acl-helper
+endif
 
 AM_CPPFLAGS =					\
 	$(COMMON_CFLAGS)			\
-- 
2.5.0

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]