Initial checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@240 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8d86fe19f9
commit
4b9ebdb7e6
9
src/tests/ExampleTestAddon.cpp
Normal file
9
src/tests/ExampleTestAddon.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <TestSuite.h>
|
||||
#include <TestSuiteAddon.h>
|
||||
#include <ExampleTest.h>
|
||||
|
||||
BTestSuite* getTestSuite() {
|
||||
BTestSuite *suite = new BTestSuite("Example");
|
||||
suite->addTest("BExample", ExampleTest::Suite());
|
||||
return suite;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user