inital commit of the tester

This commit is contained in:
2017-12-27 13:47:10 +01:00
parent c7b6246025
commit 3d1dddba12
9 changed files with 136 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
static Catch::Session session;
_declspec(dllexport) void SelfTest() {
void SelfTest() {
session.run();
}