Use UnitTest-Cpp library for testing

This commit is contained in:
Ilusha 2024-03-15 16:03:33 +03:00 committed by Ilya Shurupov
parent 79d018ffb4
commit b8bcf58a29
53 changed files with 1046 additions and 1383 deletions

View file

@ -1 +1,6 @@
int main() {}
#include "UnitTest++/UnitTest++.h"
TEST(NO_TESTS) { CHECK(false); }
int main() { return UnitTest::RunAllTests(); }