random ai stuff
This commit is contained in:
11
telldus-core/tests/common/CommonTests.h
Normal file
11
telldus-core/tests/common/CommonTests.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef COMMONTESTS_H
|
||||
#define COMMONTESTS_H
|
||||
|
||||
#include "StringsTest.h"
|
||||
|
||||
namespace CommonTests {
|
||||
inline void setup() {
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION (StringsTest);
|
||||
}
|
||||
}
|
||||
#endif // COMMONTESTS_H
|
||||
Reference in New Issue
Block a user