summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tests/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/meson.build b/src/tests/meson.build
index 4f2ca9395..f0500467f 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -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 ] ]