MCPcopy Create free account
hub / github.com/PSOPT/psopt / main

Function main

tests/tests_main.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected