Add Tests

This commit is contained in:
2020-05-01 11:15:15 +02:00
parent a45717eaf6
commit 863f0db365
14 changed files with 351 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef TEST_MULTIPLECONNECTIONS_H
#define TEST_MULTIPLECONNECTIONS_H
namespace Test {
bool MultipleConnections();
} // namespace Test
#endif // TEST_MULTIPLECONNECTIONS_H