summaryrefslogtreecommitdiffstats
path: root/test/rspamd_lua_pcall_vs_resume_test.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-49/+48
| | | | No meaningful changes.
* [Minor] More Lua 5.4 compatibilityVsevolod Stakhov2021-03-031-0/+6
| | | | Issue: #3656
* [Minor] test: remove hard-coded build directoryPeter Wu2020-01-211-2/+6
| | | | | | | | | | | * Reproducible build: avoid defining the BUILDROOT macro and avoid embedding the build directory in the test image. Instead rely on the test files being present next to the executable. * I considered using g_test_build_filename, available since GLib 2.38 (available on all supported platforms, RHEL 7, Debian, Ubuntu, etc.), but decided against it because it would require setting the G_TEST_SRCDIR or G_TEST_BUILDDIR environment variables. Therefore this patch simply parses argv0 directly.
* [Minor] Restore Lua 5.2 compatibilityVsevolod Stakhov2019-04-011-3/+3
| | | | | Issue: #2826 Closes: #2826
* [Minor] Fix test build with lua >= 5.3Vsevolod Stakhov2018-10-161-0/+12
|
* [Minor] Split lua_thread_pool_get on ↵Mikhail Galanin2018-08-241-2/+2
| | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config
* [Minor] Benchmark for lua callsMikhail Galanin2018-08-201-0/+139