feat: add test main.cpp
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
#include "tests.h"
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
TestRunner::get().runTests();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user