Initial checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@236 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
36b1a33703
commit
e2a04f50a7
10
headers/tools/cppunit/TestSuiteAddon.h
Normal file
10
headers/tools/cppunit/TestSuiteAddon.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _beos_test_suite_addon_h_
|
||||
#define _beos_test_suite_addon_h_
|
||||
|
||||
class BTestSuite;
|
||||
|
||||
extern "C" {
|
||||
BTestSuite* getTestSuite();
|
||||
}
|
||||
|
||||
#endif // _beos_test_suite_addon_h_
|
Loading…
Reference in New Issue
Block a user