MCPcopy Create free account
hub / github.com/Fields2Cover/Fields2Cover / main

Function main

tests/unittests.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected