| 62 | } |
| 63 | |
| 64 | void 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 | |
| 71 | void test_env_subst() |
| 72 | { |
nothing calls this directly
no test coverage detected