diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-27 17:12:41 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-27 17:12:41 +0000 |
commit | 0c5dfb95414875fb7532944e0faaf09e35afa1f4 (patch) | |
tree | a718288ed50440848c948dde21a51958cb2da377 /test/tests.h | |
parent | 6df0f09c9ac92d781c9708ef6dc9bf2bd75f1bc9 (diff) | |
download | rspamd-0c5dfb95414875fb7532944e0faaf09e35afa1f4.tar.gz rspamd-0c5dfb95414875fb7532944e0faaf09e35afa1f4.zip |
Rework lua tests structure, require external busted.
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.h b/test/tests.h index 1d14bde4b..ae69d9d96 100644 --- a/test/tests.h +++ b/test/tests.h @@ -41,6 +41,6 @@ void rspamd_shingles_test_func (void); void rspamd_http_test_func (void); -void rspamd_lua_test_func (void); +void rspamd_lua_test_func (int argc, char **argv); #endif |