Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
options: add custom options for tests
OSS-Fuzz allows passing custom options to a fuzzing test, see [1] and [2]. These options files are specific for OSS-Fuzz. However, it is convenient to store them out of oss-fuzz repository. Patch adds three options files for tests luaL_loadbuffer_test, luaL_addgsub_test and luaL_gsub_test with disabled leaks detection (`detect_leaks=0`). 1. https://github.com/google/oss-fuzz/blob/4d1f3ec4df81f24605f442fdd42d1769161080ae/infra/base-images/base-runner/parse_options.py#L22 2. https://google.github.io/oss-fuzz/getting-started/new-project-guide/#dictionaries Related to ligurio/lua-c-api-tests#25 Related to ligurio/lua-c-api-tests#28
- Loading branch information