Graham Pentheny
512ec1fdfd
Unit testing framework.
...
* Tests live in a "Tests" folder alongside the other components. Inside the "Tests" folder, tests are split into folders by the component they test. For example, the example unit test of "rcVdot" (which is implmemented in Recast/Recast.h) lives in "Tests/Recast/Tests_Recast.h".
* Uses the Catch testing framework
* One example test of "rcVdot"
* Tests are run on Travis and Appveyor after every build. Failing unit tests will fail the build in both case.
* Added instructions on running unit tests to the readme
2016-01-06 18:22:39 -05:00
grahamboree
75dc9eb470
Added Visual Studio 2013 idb files to gitignore.
2015-01-02 17:46:38 -05:00
Stephen Pratt
19871f5f5f
Add Docs/html to Git Ignore
...
Docs/html holds the files generated by Doxygen. It should be ignored by
Git.
2014-04-23 11:59:18 -06:00
Mikko Mononen
65da694f50
gitignore meshes starting with underscore
2014-01-19 16:47:47 +02:00
grahamboree
cca22c6082
Merge remote-tracking branch 'upstream/master'
2013-10-14 15:17:34 -04:00
Graham Pentheny
dbfed86b08
Added vim swap file exclusions to .gitignore
2013-10-14 13:41:17 -04:00
Mikko Mononen
be4d6fc180
Updated build system to premake4
2013-10-01 19:53:18 +02:00
Cameron Hart
69d5548a9c
Added Linux build exe to gitignore.
2013-09-29 15:06:10 +10:00
Cameron Hart
ee4fa30c73
Fixes for MSVC CMake build.
...
Look in the right place for SDL libs depending on arch.
Output exe's to RecastDemo/Bin, with output suffix so different
configs don't clash.
2013-09-29 14:38:44 +10:00
Mikko Mononen
c48cd11038
Ignore more xcode user data
...
- ignore xcode user data
- added xcode4 workspace data
2013-09-15 21:02:14 +02:00
Mikko Mononen
0f47222795
Updated readme
...
- added README.md
- moved old release notes to wiki
- removed TODO.txt
- remove old readme
- added more stuff to .gitingore
2013-09-15 20:50:28 +02:00
Mikko Mononen
3fe0ce617d
Added .gitignore and removed binaries
...
- Removed binaries since they are always out of sync anyways
- Added .gitignore for DS store files
2013-09-15 20:33:41 +02:00