Mercurial
lemon-0.x
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
src/test/test_tools_pass.cc
author
alpar
Wed, 04 Aug 2004 18:51:51 +0000
changeset 751
e742d383fffc
child 906
17f31d280385
permissions
-rw-r--r--
- Trimmed in order to work with gcc-3.4
- The number of executions of the tests can be controlled by command arg.
1
#include "test_tools.h"
2
3
int main()
4
{
5
check(true, "It should pass.");
6
return 0;
7
}