aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-12-15 15:26:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-12-15 15:26:00 +0300
commit9e89d3920a74f59b78f6edfaec5b9fac4b635b0d (patch)
tree3d6d777ee32d9541ee1e7ea9401537f5973de32a /tests
parent00824fd4db22e931193a0c86e38b22025b79306f (diff)
Merge with latest upstream package version (master branch)
Diffstat (limited to 'tests')
-rw-r--r--tests/api/testscript12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/api/testscript b/tests/api/testscript
index 01f883b..6522c44 100644
--- a/tests/api/testscript
+++ b/tests/api/testscript
@@ -55,14 +55,14 @@
: cflags
:
$* --cflags $f >>EOO
- I C:Program FilesFoo
+ I C:\Program Files\Foo
EOO
: libs
:
$* --libs $f >>EOO
- L C:Program FilesFoo
- l C:Program FilesFoofoo
+ L C:\Program Files\Foo
+ l C:\Program Files\Foo\foo
EOO
: vars
@@ -91,14 +91,14 @@
: cflags
:
$* --cflags $f >>EOO
- I C:\\Program Files\\Foo
+ I C:\Program Files\Foo
EOO
: libs
:
$* --libs $f >>EOO
- L C:\\Program Files\\Foo
- l C:\\Program Files\\Foo\\foo
+ L C:\Program Files\Foo
+ l C:\Program Files\Foo\foo
EOO
: vars