Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PulseAudio
pulseaudio
Commits
7742c9aa
Commit
7742c9aa
authored
Aug 04, 2020
by
Tanu Kaskinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: Build atomic-test
The test was missing from the build system.
parent
99db8038
Pipeline
#186068
passed with stages
in 5 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/tests/meson.build
src/tests/meson.build
+7
-0
No files found.
src/tests/meson.build
View file @
7742c9aa
...
...
@@ -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 ] ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment