Tweak Makefile to make testing nicer
authorSam Moore <[email protected]>
Wed, 26 Mar 2014 16:17:12 +0000 (00:17 +0800)
committerSam Moore <[email protected]>
Wed, 26 Mar 2014 16:17:12 +0000 (00:17 +0800)
commit42737c4c096f6469fb27e261806b48338a8f672f
tree2396c2a0a74ffcd4348edf4849421fae8980642c
parent901ea3355265e7f413674a62f7c29806ae35a565
Tweak Makefile to make testing nicer

Who said you needed fancy high level languages to do unit testing?

It can't just be done using Make though; a bash script was also needed.
.gitignore
src/Makefile
src/log.cpp
src/main.cpp
src/main.h [new file with mode: 0644]
src/tests/runtests.sh [new file with mode: 0755]
src/tests/saveload.cpp

UCC git Repository :: git.ucc.asn.au