This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 57b0397823088fd3e15119f0e1aeb6b7bc2bc90b (commit)
- Log -----------------------------------------------------------------
2f86ba4 osx: don't build the once-test binary on OS X
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 2f86ba4fc22901b4aa5e0b4029d3b80f3feb0a91
Author: Daniel Mack <[email protected]>
Date: Tue Feb 2 18:30:09 2010 +0800
osx: don't build the once-test binary on OS X
OS X lacks the barrier pthread APIs
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
--
hooks/post-receive
PulseAudio Sound Server
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits