MCPcopy Create free account
hub / github.com/commonmark/cmark / SKIP

Function SKIP

api_test/harness.c:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void SKIP(test_batch_runner *runner, int num_tests) {
27 runner->test_num += num_tests;
28 runner->num_skipped += num_tests;
29}
30
31void OK(test_batch_runner *runner, int cond, const char *msg, ...) {
32 va_list ap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected