Revision: 1.3 - (view) (download) (as text)
1 : | ktanaka | 1.3 | #include <cppunit/TextTestRunner.h> |
2 : | ktanaka | 1.1 | #include "BitmapFontTest.h" |
3 : | #include "BitmapFontFileTest.h" | ||
4 : | #include "AssumptionTest.h" | ||
5 : | #include "PatMatchTest.h" | ||
6 : | ktanaka | 1.2 | #include "MatchersTest.h" |
7 : | ktanaka | 1.1 | |
8 : | int main(int ac, char **ag){ | ||
9 : | ktanaka | 1.3 | CppUnit::TextTestRunner runner; |
10 : | ktanaka | 1.1 | runner.addTest( BitmapFontTest::suite()); |
11 : | runner.addTest( BitmapFontFileTest::suite()); | ||
12 : | runner.addTest( AssumptionTest::suite()); | ||
13 : | runner.addTest( PatMatchTest::suite()); | ||
14 : | ktanaka | 1.2 | runner.addTest( MatchersTest::suite()); |
15 : | ktanaka | 1.1 | runner.run(); |
16 : | return 0; | ||
17 : | } |
ktanaka Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |