aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-17 14:50:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-17 14:50:11 +0200
commit5aaec95bbfb066130ecac03eece3813cee61a3e1 (patch)
tree87c24d1b6afe613c31076cf7b417a7e2b7188994 /common
parent29e7db53cb1db2c4d743d4756b8ac3fee28ab8ea (diff)
Add test infrastructure for boost profile
Diffstat (limited to 'common')
-rw-r--r--common/test.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/test.bat b/common/test.bat
index 8ea721c..4c6db0b 100644
--- a/common/test.bat
+++ b/common/test.bat
@@ -9,7 +9,8 @@ setlocal
set "tests=__path__(dirs) __path__(thread_dirs)"
set "confs=__path__(configurations)"
set "plats=__path__(platforms)"
-set "topdir=__path__(topdir)\.."
+set "curdir=%CD%"
+set "topdir=%curdir%\.."
set "failed="
if "_%1_" == "__" (
@@ -42,7 +43,7 @@ rem
)
)
- cd ..
+ cd %curdir%
goto :eof
:start