egeldenhuys / black-fitch

[DEPRECATED] Black-box Unit Tests for Fitchfork practicals and assignments
GNU General Public License v3.0
8 stars 4 forks source link

Automated Build System #3

Closed devosray closed 8 years ago

devosray commented 8 years ago

I thought we could automate the process of compiling and running the tests for convenience. I made a quick prototype of this idea, see the makefiles branch on my fork

This is only an idea but it works. Any ideas to improve this system?

egeldenhuys commented 8 years ago

I like how your method keeps the testing separate from the the implementation. It is then much harder to accidentally upload the wrong files to fitchfork.

I had to add -std=c++11 to the CFLAGS for the test cases to compile.

When you are ready send a pull request :smile:

devosray commented 8 years ago

Will do