Add Tests

This commit is contained in:
2020-06-10 10:16:28 +02:00
parent e7d247ca42
commit 709df81110
9 changed files with 335 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace Timer {
namespace Test {
bool TestMetronome();
bool TestTimer();
bool TestTrigger();
} // namespace Test
} // namespace Timer