mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-22 06:59:54 -05:00
win32: Make once-test work
The barrier is not used when pthread is not available.
This commit is contained in:
parent
2cfacc6f55
commit
3adc43b8fe
4 changed files with 32 additions and 9 deletions
|
|
@ -271,6 +271,7 @@ TESTS = \
|
|||
|
||||
TESTS_norun = \
|
||||
mcalign-test \
|
||||
once-test \
|
||||
pacat-simple \
|
||||
parec-simple \
|
||||
extended-test \
|
||||
|
|
@ -309,13 +310,6 @@ TESTS_norun += \
|
|||
alsa-time-test
|
||||
endif
|
||||
|
||||
if !OS_IS_DARWIN
|
||||
if !OS_IS_WIN32
|
||||
TESTS_BINARIES += \
|
||||
once-test
|
||||
endif
|
||||
endif
|
||||
|
||||
if BUILD_TESTS_DEFAULT
|
||||
noinst_PROGRAMS = $(TESTS) $(TESTS_norun)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue