mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
12 lines
324 B
C
12 lines
324 B
C
#ifndef BLACKMISCTEST_H
|
|
#define BLACKMISCTEST_H
|
|
|
|
/**
|
|
* @namespace BlackMiscTest
|
|
* Unit test for BlackMisc. Unit test do have their own namespace, so
|
|
* the regular namespace BlackMiscis completely free of unit tests.
|
|
* Add any new tests to TestMain::unitMain as shown there in the pattern.
|
|
*/
|
|
|
|
#endif // BLACKMISCTEST_H
|