You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's possible to test C code by using the Lua FFI.
C code can however trigger a segfault when a bug is triggered in a program.
It would be useful to still be able to capture this output even after the segfault occurs, right now only the following shows up (in Linux):
Currently it's possible to test C code by using the Lua FFI.
C code can however trigger a segfault when a bug is triggered in a program.
It would be useful to still be able to capture this output even after the segfault occurs, right now only the following shows up (in Linux):
zsh: segmentation fault (core dumped) LD_LIBRARY_PATH=spec/fixtures/ busted --helper=spec/fixtures/helper.lua
Possible options to improve this:
The text was updated successfully, but these errors were encountered: