Got rid of mktest, using gtest instead
commit5941b5cd5279b1e2ff3868c616692c014b32fcb0
authorFrank "SeySayux" Erens <seysayux@users.sourceforge.net>
Sun, 20 Dec 2009 14:14:31 +0000 (20 15:14 +0100)
committerFrank "SeySayux" Erens <seysayux@users.sourceforge.net>
Sun, 20 Dec 2009 14:14:31 +0000 (20 15:14 +0100)
tree47a133e7868947d568583a9305c6bb34664f6e7e
parent258b384ea84109657c02a183a1e3b845c47b6083
Got rid of mktest, using gtest instead

* Gtest (Google Test) as replacement for CppUnit
* MkTest no longer required
* Gtest seems to fail on Mac OS X 10.6.
15 files changed:
developers.sh
nbproject/configurations.xml
nbproject/private/configurations.xml
src/SourcesList.txt
test/Application.cpp [moved from test/Application.tst with 100% similarity]
test/Array.cpp [new file with mode: 0644]
test/Array.tst [deleted file]
test/CMakeLists.txt
test/HashMap.cpp [moved from test/HashMap.tst with 100% similarity]
test/SourcesList.txt
test/String.cpp [new file with mode: 0644]
test/String.tst [deleted file]
test/Vector.cpp [moved from test/Vector.tst with 100% similarity]
test/main.cpp
test/mktest.pl [deleted file]