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