tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update the copyright years in the Mac OS X package Info.plist file to 2009.
[inkscape.git]
/
cxxtest
/
sample
/
yes_no_runner.cpp
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
}