ToastFreeware
/
debian
/
mimetic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
what's wrong with config*
[debian/mimetic.git]
/
test
/
runtest.cxx
1
#include <iostream>
2
#include <iomanip>
3
#include "cutee.h"
4
using namespace std;
5
using namespace cutee;
6
7
// static vars initialization
8
CuteeTest* TestList::list[MAX_TEST_COUNT];
9
int TestList::list_idx = 0;
10
11
int main(int argc, char **argv)
12
{
13
Runner r(argc, argv);
14
r.run();
15
}