diff options
author | Littleboy | 2013-07-07 11:23:19 -0400 |
---|---|---|
committer | Littleboy | 2013-07-07 12:10:31 -0400 |
commit | a949a88220eea86cb15182daccd34a269ff7d6dd (patch) | |
tree | 2c1e41a0b10bfaf87e31a686d670221062de8a1f /.gitignore | |
parent | 98899c6ce37141e6342ed9a5062ac03e726d0b4f (diff) | |
download | scummvm-rg350-a949a88220eea86cb15182daccd34a269ff7d6dd.tar.gz scummvm-rg350-a949a88220eea86cb15182daccd34a269ff7d6dd.tar.bz2 scummvm-rg350-a949a88220eea86cb15182daccd34a269ff7d6dd.zip |
CREATE_PROJECT: Add support for tests
- Added --tests command line switch
- Parse test/module.mk to extract the list of test folders
- Automatically run tests after a successful build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a046909bbf..a74f45bec0 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,7 @@ project.xcworkspace /dists/msvc*/*.SAV /dists/msvc*/*.dat /dists/msvc*/*.dll +/dists/msvc*/test_runner.cpp /doc/*.aux /doc/*.dvi |