2 Commits

Autor SHA1 Nachricht Datum
Reinder Feenstra
b45a1c851f added missing include guard 2021-04-14 08:09:03 +02:00
Reinder Feenstra
f2b7d7bb52 test lua: replace panic-to-exception by longjmp
calls to Lua can now easily be protected using the protect<> template function, it will return false if a lua error occurs.
The exception method didn't work properly with catch2 on windows.
2021-04-14 00:04:03 +02:00