MCPcopy Create free account
hub / github.com/bfgroup/Lyra / main

Function main

tests/doc_example1_run_test.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "main_test.hpp"
13
14int main()
15{
16 bfg::mini_test::scope test;
17 {
18 TEST_MAIN(test, "doc_example1", "-w", "100");
19 TEST_MAIN(test, "doc_example1", "--width=100");
20 TEST_MAIN_FAIL(test, "doc_example1", "what");
21 }
22 return test;
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected