Fixed the meson configuration.
This commit is contained in:
parent
f75875e51b
commit
c014fb5989
|
@ -31,7 +31,7 @@ if runresult.returncode() != 0
|
||||||
endif
|
endif
|
||||||
# TODO make sure this works properly on Windows
|
# TODO make sure this works properly on Windows
|
||||||
foreach casename : runresult.stdout().split()
|
foreach casename : runresult.stdout().split()
|
||||||
test(casename, libui_tester,
|
test(casename, libui_testparent,
|
||||||
args: [casename],
|
args: [casename],
|
||||||
is_parallel: false,
|
is_parallel: false,
|
||||||
should_fail: false)
|
should_fail: false)
|
||||||
|
|
Loading…
Reference in New Issue