MCPcopy Create free account
hub / github.com/davmac314/dinit / test_basic

Function test_basic

src/tests/loadtests.cc:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void test_basic()
65{
66 dirload_service_set sset(test_service_dir.c_str());
67 auto t1 = sset.load_service("t1");
68 assert(t1->get_name() == "t1");
69}
70
71void test_env_subst()
72{

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45
load_serviceMethod · 0.45

Tested by

no test coverage detected