MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / nnpToolTestBody

Function nnpToolTestBody

test/cpp/test_nnp-symfunc.cpp:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14NNP_TOOL_TEST_CASE()
15
16void nnpToolTestBody(Example_nnp_symfunc const example)
17{
18 BOOST_REQUIRE(bfs::exists("nnp-symfunc.log"));
19 for (auto f : example.createdFiles)
20 {
21 BOOST_REQUIRE(bfs::exists(f));
22 }
23
24 return;
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected