Stub out log functions when building tests

This commit is contained in:
Michael Vines
2018-11-26 12:58:14 -08:00
parent 7bf4c08f70
commit c7f678688d
3 changed files with 20 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ extern bool entrypoint(const uint8_t *input) {
}
}
sol_log_64(x, count, 0, 0, 0);
*result = count;
return true;
}