mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 13:31:28 +01:00
11 lines
169 B
C
11 lines
169 B
C
|
#ifndef _beos_test_suite_addon_h_
|
||
|
#define _beos_test_suite_addon_h_
|
||
|
|
||
|
class BTestSuite;
|
||
|
|
||
|
extern "C" {
|
||
|
BTestSuite* getTestSuite();
|
||
|
}
|
||
|
|
||
|
#endif // _beos_test_suite_addon_h_
|