diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-08-20 10:27:12 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-08-20 10:27:12 +0100 |
commit | 5dd0a6b7fb33537a0a80c250502b692175d71581 (patch) | |
tree | 7a105dc7ff307883b792971c930a4b5ce4c3e871 /test/CMakeLists.txt | |
parent | 3b5ba9b74e772d9de998350c03e10fb621dc7a3e (diff) | |
download | rspamd-5dd0a6b7fb33537a0a80c250502b692175d71581.tar.gz rspamd-5dd0a6b7fb33537a0a80c250502b692175d71581.zip |
[Minor] Benchmark for lua calls
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f2d846525..226db80ef 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -9,6 +9,7 @@ SET(TESTSRC rspamd_mem_pool_test.c rspamd_shingles_test.c rspamd_upstream_test.c rspamd_http_test.c + rspamd_lua_pcall_vs_resume_test.c rspamd_lua_test.c rspamd_cryptobox_test.c rspamd_heap_test.c |