Fixed the meson configuration.

This commit is contained in:
Pietro Gagliardi 2020-01-20 20:55:37 -05:00
parent f75875e51b
commit c014fb5989
1 changed files with 1 additions and 1 deletions

View File

@ -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)