Files

7 lines
133 B
C++
Raw Permalink Normal View History

2023-03-17 11:59:21 +00:00
#include "unit-tests.h"
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}