repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
headers/bsd: Add sys/queue.h.
[haiku.git]
/
headers
/
tools
/
cppunit
/
TestSuiteAddon.h
blob
b5e8d94783c86a84c682e86c04b019b2d0b2681f
1
#ifndef _beos_test_suite_addon_h_
2
#define _beos_test_suite_addon_h_
3
4
class
BTestSuite
;
5
6
extern
"C"
CPPUNIT_API BTestSuite
*
getTestSuite
();
7
8
#endif
// _beos_test_suite_addon_h_