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 | 5aaec95bbfb066130ecac03eece3813cee61a3e1 (patch) | |
tree | 87c24d1b6afe613c31076cf7b417a7e2b7188994 /test.bat | |
parent | 29e7db53cb1db2c4d743d4756b8ac3fee28ab8ea (diff) |
Add test infrastructure for boost profile
Diffstat (limited to 'test.bat')
-rw-r--r-- | test.bat | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,6 +13,7 @@ rem setlocal set "failed=" +set "curdir=%CD%" if "_%1_" == "__" ( echo no database specified @@ -33,12 +34,12 @@ rem cd %1 call test.bat %2 if errorlevel 1 set "failed=%failed% %1" - cd .. + cd %curdir% goto :eof :start -for %%d in (tracer common %1) do ( +for %%d in (tracer common %1 boost\common boost\%1) do ( call :run_test %%d %1 ) |