repo.or.cz
/
ode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed: dWorldAttachQuickStepDynamicIterationStatisticsSink function has been added
[ode.git]
/
tests
/
UnitTest++
/
src
/
TestSuite.h
blob
dd3717e15d0ee7ca87407074bdee08e218a2823c
1
#ifndef UNITTEST_TESTSUITE_H
2
#define UNITTEST_TESTSUITE_H
3
4
namespace
UnitTestSuite
{
5
6
inline
char const
*
GetSuiteName
()
7
{
8
return
"DefaultSuite"
;
9
}
10
11
}
12
13
#endif
14