mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
osx: don't build the once-test binary on OS X
This patch was already added earlier with commit ID2f86ba4f, but the changes got reverted by commit3adc43b("win32: Make once-test work"). However, this still doesn't work on OSX as here, pthread is in general available, but the barrier APIs aren't.
This commit is contained in:
parent
411af6b61a
commit
37e76bd36f
1 changed files with 5 additions and 1 deletions
|
|
@ -244,7 +244,6 @@ TESTS = \
|
||||||
|
|
||||||
TESTS_norun = \
|
TESTS_norun = \
|
||||||
mcalign-test \
|
mcalign-test \
|
||||||
once-test \
|
|
||||||
pacat-simple \
|
pacat-simple \
|
||||||
parec-simple \
|
parec-simple \
|
||||||
extended-test \
|
extended-test \
|
||||||
|
|
@ -262,6 +261,11 @@ TESTS += \
|
||||||
usergroup-test
|
usergroup-test
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if !OS_IS_DARWIN
|
||||||
|
TESTS_norun += \
|
||||||
|
once-test
|
||||||
|
endif
|
||||||
|
|
||||||
if HAVE_SIGXCPU
|
if HAVE_SIGXCPU
|
||||||
TESTS_norun += \
|
TESTS_norun += \
|
||||||
cpulimit-test \
|
cpulimit-test \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue