diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 12:53:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 12:53:55 +0200 |
commit | dc4b487c7cbd3318593ff44e37bd46496c17a5c3 (patch) | |
tree | d24da0534bed266844046726f4b4dc782d84e532 | |
parent | da9511bcca2aa0e96883a543a36f39313f65a9d3 (diff) |
Add missing directory
-rw-r--r-- | test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |