sortiva/tests/test_main.cpp
noffie f25d3cc8da New Repository
Had my private email in a old commit of the first repository
2024-10-28 00:33:32 +01:00

6 lines
No EOL
125 B
C++

#include <gtest/gtest.h>
int main(int argc, char **argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}