MCPcopy Create free account
hub / github.com/EasyRPG/Player / make_tree

Function make_tree

tests/rtp.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8TEST_SUITE_BEGIN("RTP");
9
10static FilesystemView make_tree() {
11 return FileFinder::Root().Create(EP_TEST_PATH "/rtp");
12}
13
14TEST_CASE("RTP 2000: lookup table is correct") {
15 for (int i = 0; RTP::rtp_table_2k_categories[i] != nullptr; ++i) {

Callers 1

rtp.cppFile · 0.85

Calls 1

CreateMethod · 0.45

Tested by

no test coverage detected