aboutsummaryrefslogtreecommitdiff
path: root/test.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-24 12:53:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-24 12:53:55 +0200
commitdc4b487c7cbd3318593ff44e37bd46496c17a5c3 (patch)
treed24da0534bed266844046726f4b4dc782d84e532 /test.bat
parentda9511bcca2aa0e96883a543a36f39313f65a9d3 (diff)
Add missing directory
Diffstat (limited to 'test.bat')
-rw-r--r--test.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bat b/test.bat
index b196fcc..97f52bb 100644
--- a/test.bat
+++ b/test.bat
@@ -39,7 +39,7 @@ goto :eof
:start
-for %%d in (tracer common %1 boost\common boost\%1 qt\%1) do (
+for %%d in (tracer common %1 boost\common boost\%1 qt\common qt\%1) do (
call :run_test %%d %1
)