Commits


luzer: disable Lua tracing Related to #18


luzer: break is not needed


luzer: manage debug hook in a fuzzing function Enable Lua debug hook right before calling `TestOneInput` function and disable it right after returning from `TestOneInput`.


cmake: set default test timeout in preset 1. https://cmake.org/cmake/help/latest/prop_test/TIMEOUT.html 2. https://cmake.org/cmake/help/latest/manual/ctest.1.html#cmdoption-ctest-timeout


luzer: replace luaL_error with abort We cannot use `luaL_error` if Lua state is not initialized.