| 71 | }; |
| 72 | |
| 73 | TEST_F(ConnectionParsing, AdHoc) { |
| 74 | int rc = test_run(home, "00-adhoc.t", cfg, &connp); |
| 75 | ASSERT_GE(rc, 0); |
| 76 | } |
| 77 | |
| 78 | TEST_F(ConnectionParsing, Get) { |
| 79 | int rc = test_run(home, "01-get.t", cfg, &connp); |
nothing calls this directly
no test coverage detected