Files
libicsneo/test/main.cpp
T
2022-02-21 21:28:30 -05:00

6 lines
127 B
C++

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