diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-17 14:50:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-17 14:50:11 +0200 |
commit | 672d06ce03fe11beb9dd5791d3f5d2883fa44618 (patch) | |
tree | cbb1b0138b886063168b8139c9ceb149525bf974 | |
parent | 7f2d3541641b7b3aa097e9b7cab4647bc8fad065 (diff) |
Add test infrastructure for boost profile
-rw-r--r-- | test.bat | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,7 +9,8 @@ setlocal set "tests=__path__(dirs) __path__(tr1_dirs) __path__(boost_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 |