MCPcopy Create free account
hub / github.com/bgrimstad/splinter / main

Function main

test/main.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <testfunctions.h>
14
15int main(int argc, char *argv[])
16{
17 setupTestFunctions();
18
19 int result = Catch::Session().run(argc, argv);
20
21 tearDownTestFunctions();
22
23 return result;
24}

Callers

nothing calls this directly

Calls 2

setupTestFunctionsFunction · 0.85
tearDownTestFunctionsFunction · 0.85

Tested by

no test coverage detected