[PATCH] don't build the once-test binary on OS X

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

 



---
 src/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 2978b8f..6c0b4d8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -294,7 +294,6 @@ TESTS_BINARIES = \
 		hook-list-test \
 		memblock-test \
 		thread-test \
-		once-test \
 		flist-test \
 		asyncq-test \
 		asyncmsgq-test \
@@ -340,6 +339,11 @@ TESTS_BINARIES += \
 		alsa-time-test
 endif
 
+if !OS_IS_DARWIN
+TESTS_BINARIES += \
+		once-test
+endif
+
 if BUILD_TESTS_DEFAULT
 noinst_PROGRAMS = $(TESTS_BINARIES)
 else
-- 
1.6.6




[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux