mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Build atomic-test
The test was missing from the build system.
This commit is contained in:
parent
99db8038de
commit
7742c9aa50
1 changed files with 7 additions and 0 deletions
|
|
@ -160,6 +160,13 @@ if cc.has_header_symbol('signal.h', 'SIGXCPU')
|
|||
]
|
||||
endif
|
||||
|
||||
if cc.has_function('pthread_setaffinity_np', dependencies : thread_dep)
|
||||
norun_tests += [
|
||||
[ 'atomic-test', 'atomic-test.c',
|
||||
[ check_dep, libpulsecommon_dep ] ]
|
||||
]
|
||||
endif
|
||||
|
||||
if alsa_dep.found()
|
||||
norun_tests += [
|
||||
[ 'alsa-time-test', 'alsa-time-test.c', [ alsa_dep ] ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue