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