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