| 14 | NNP_TOOL_TEST_CASE() |
| 15 | |
| 16 | void nnpToolTestBody(Example_nnp_select const example) |
| 17 | { |
| 18 | BOOST_REQUIRE(bfs::exists("nnp-select.log")); |
| 19 | for (auto f : example.createdFiles) |
| 20 | { |
| 21 | BOOST_REQUIRE(bfs::exists(f)); |
| 22 | } |
| 23 | |
| 24 | return; |
| 25 | } |
nothing calls this directly
no outgoing calls
no test coverage detected