MCPcopy Create free account
hub / github.com/apache/trafficserver / TSPluginInit

Function TSPluginInit

tests/tools/plugins/test_cppapi.cc:167–181  ·  view source on GitHub ↗

Run all the tests.

Source from the content-addressed store, hash-verified

165// Run all the tests.
166//
167void
168TSPluginInit(int, const char **)
169{
170 TSPluginRegistrationInfo info;
171
172 info.plugin_name = "test_cppapi";
173 info.vendor_name = "Apache Software Foundation";
174 info.support_email = "dev@trafficserver.apache.org";
175
176 ALWAYS_ASSERT(TSPluginRegister(&info) == TS_SUCCESS)
177
178 for (auto fp : testList) {
179 fp();
180 }
181}

Callers

nothing calls this directly

Calls 1

TSPluginRegisterFunction · 0.85

Tested by

no test coverage detected