| 12 | #include "main_test.hpp" |
| 13 | |
| 14 | int main() |
| 15 | { |
| 16 | bfg::mini_test::scope test; |
| 17 | { |
| 18 | TEST_MAIN(test, "doc_example6", "--choice=3"); |
| 19 | TEST_MAIN_FAIL(test, "doc_example6", "--choice=11"); |
| 20 | } |
| 21 | return test; |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected