mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
osx: don't build the once-test binary on OS X
OS X lacks the barrier pthread APIs
This commit is contained in:
parent
57b0397823
commit
2f86ba4fc2
1 changed files with 5 additions and 1 deletions
|
|
@ -294,7 +294,6 @@ TESTS_BINARIES = \
|
||||||
hook-list-test \
|
hook-list-test \
|
||||||
memblock-test \
|
memblock-test \
|
||||||
thread-test \
|
thread-test \
|
||||||
once-test \
|
|
||||||
flist-test \
|
flist-test \
|
||||||
asyncq-test \
|
asyncq-test \
|
||||||
asyncmsgq-test \
|
asyncmsgq-test \
|
||||||
|
|
@ -340,6 +339,11 @@ TESTS_BINARIES += \
|
||||||
alsa-time-test
|
alsa-time-test
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if !OS_IS_DARWIN
|
||||||
|
TESTS_BINARIES += \
|
||||||
|
once-test
|
||||||
|
endif
|
||||||
|
|
||||||
if BUILD_TESTS_DEFAULT
|
if BUILD_TESTS_DEFAULT
|
||||||
noinst_PROGRAMS = $(TESTS_BINARIES)
|
noinst_PROGRAMS = $(TESTS_BINARIES)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue