feat: add test main.cpp

This commit is contained in:
2026-05-07 01:17:58 -03:00
parent e0887dd149
commit f258b9853b
+7
View File
@@ -0,0 +1,7 @@
#include "tests.h"
int main()
{
TestRunner::get().runTests();
return 0;
}