Skip to content
Snippets Groups Projects

Design for test: Add a way to redirect the helpers path

Merged Simon McVittie requested to merge wip/smcv/redirect-helpers-path into master
Files
4
+ 1
1
@@ -59,7 +59,7 @@ executable(
foreach test_name : tests
exe = executable(
'test-' + test_name,
files(test_name + '.c'), 'test-utils.c',
files(test_name + '.c'),
c_args : [
'-D_SRT_MULTIARCH="' + multiarch + '"',
],
Loading