MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / main

Function main

conformance/run.cc:271–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269} // namespace
270
271int main(int argc, char** argv) {
272 testing::InitGoogleTest(&argc, argv);
273 {
274 auto service = NewConformanceServiceFromFlags();
275 auto tests_to_skip = absl::GetFlag(FLAGS_skip_tests);
276 for (int argi = 1; argi < argc; argi++) {
277 ABSL_CHECK_OK(RegisterTestsFromFile(service, tests_to_skip,
278 absl::string_view(argv[argi])));
279 }
280 }
281 int exit_code = RUN_ALL_TESTS();
282 if (absl::GetFlag(FLAGS_dashboard)) {
283 exit_code = EXIT_SUCCESS;
284 }
285 return exit_code;
286}

Callers

nothing calls this directly

Calls 2

RegisterTestsFromFileFunction · 0.85

Tested by

no test coverage detected