MCPcopy Create free account
hub / github.com/ThePhD/sol2 / main

Function main

tests/enum/source/main.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include <catch2/catch_all.hpp>
26
27int main(int argc, char* argv[]) {
28 int result = Catch::Session().run(argc, argv);
29 return result;
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected