Files
pilotclient/tests/blackmisc/blackmisctest.h

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