1
0
mirror of https://github.com/ThrowTheSwitch/Unity synced 2025-06-01 03:59:32 -04:00

6 Commits

Author SHA1 Message Date
jsalling
bb7f889f03 Compile examples in continuous integration, update example_3 readme
Altered the rake build so that it passes. The example_3 shows off
some failing tests, so the rake build has to ignore those.
Update .gitignore file with executables from examples
2017-01-18 19:33:24 -06:00
Matt Chernosky
7b51355e5a Module generator finishes for partially existing files
This resolves . When generating a new module, if all the files to
generate already exist then it fails as before. If some of the files
already exist, then the files that need to be created are created. Any
existing files are not changed.

Also added a bunch of tests for this feature via rspec. Run them from
the test folder with `rake spec`.
2016-12-02 13:49:07 -07:00
Mark VanderVoord
90813a3e78 ignore more stuff we don't care about 2015-12-03 16:01:39 -05:00
nimrodz
af40e7901d Added a few files to .gitignore. 2015-01-18 00:38:26 +02:00
Greg Williams
b953334ef3 Fixed compiler warning and added README.md 2014-11-05 21:43:47 -05:00
Greg Williams
4724af154c Added directory task to create temp build/ folder, and added .gitignore to prevent this new folder form being tracked by git. 2012-06-20 23:51:51 +00:00