MCPcopy Create free account
hub / github.com/cactus-compute/cactus / main

Function main

tests/test_embed.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122int main() {
123 TestUtils::TestRunner runner("Embedding Tests");
124 runner.run_test("embeddings", test_embeddings());
125 runner.run_test("image_embeddings", test_image_embeddings());
126 runner.run_test("audio_embeddings", test_audio_embeddings());
127 runner.print_summary();
128 return runner.all_passed() ? 0 : 1;
129}

Callers

nothing calls this directly

Calls 6

test_embeddingsFunction · 0.85
test_image_embeddingsFunction · 0.85
test_audio_embeddingsFunction · 0.85
run_testMethod · 0.80
print_summaryMethod · 0.80
all_passedMethod · 0.80

Tested by

no test coverage detected