[wadalabfont-kit] / jis2prim / mytest.cc  

View of /jis2prim/mytest.cc

Parent Directory | Revision Log
Revision: 1.3 - (download) (as text) (annotate)
Tue Aug 20 11:10:37 2002 UTC (21 years, 8 months ago) by ktanaka
Branch: MAIN
CVS Tags: SNAP-20040518, SNAP-20030702, SNAP-20030630, SNAP-20030624, HEAD
Changes since 1.2: +2 -1 lines
*** empty log message ***
#include <cppunit/TextTestRunner.h>
#include "BitmapFontTest.h"
#include "BitmapFontFileTest.h"
#include "AssumptionTest.h"
#include "PatMatchTest.h"
#include "MatchersTest.h"

int main(int ac, char **ag){
  CppUnit::TextTestRunner runner;
  runner.addTest( BitmapFontTest::suite());
  runner.addTest( BitmapFontFileTest::suite());
  runner.addTest( AssumptionTest::suite());
  runner.addTest( PatMatchTest::suite());
  runner.addTest( MatchersTest::suite());
  runner.run();
  return 0;
}

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help