~mc.../inkscape/inkscape

« back to all changes in this revision

Viewing changes to cxxtest/sample/yes_no_runner.cpp

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// A sample program that uses class YesNoRunner to run all the tests
 
3
// and find out if all pass.
 
4
//
 
5
 
 
6
#include <cxxtest/YesNoRunner.h>
 
7
 
 
8
int main()
 
9
{
 
10
    return CxxTest::YesNoRunner().run();
 
11
}