diff options
Diffstat (limited to 'tests/new.testscript')
-rw-r--r-- | tests/new.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/new.testscript b/tests/new.testscript index 73f4c6c..3692e54 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -14,8 +14,8 @@ c_tests = ($c.target.class != 'windows' && $c.target.class != 'macos') # test.arguments += --no-checks -c = config.c="$recall($c.path)" -cxx = config.cxx="$recall($cxx.path)" +c = config.c="'$recall($c.path)'" +cxx = config.cxx="'$recall($cxx.path)'" status += -d prj |