mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 08:25:59 +01:00
7 lines
124 B
C++
7 lines
124 B
C++
#include "gtest.h"
|
|
|
|
int main(int argc, char **argv) {
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
return RUN_ALL_TESTS();
|
|
}
|