]> git.ipfire.org Git - thirdparty/collectd.git/commit
lua: add missing test case for #3779, #4235 4238/head
authorKentaro Hayashi <kenhys@gmail.com>
Wed, 17 Jan 2024 09:56:30 +0000 (18:56 +0900)
committerKentaro Hayashi <kenhys@gmail.com>
Fri, 23 Feb 2024 09:03:44 +0000 (18:03 +0900)
commit939bfed6f981a873ddcdc43343671207b2fc56f8
tree68ac718d272c9ebe1882bb8263b8175a31fcec3e
parent3a3ef49092b924afe9a3351c73206cad96e625d3
lua: add missing test case for #3779, #4235

* luaC_pushoconfigitem (indirectly lua_config)
* luaC_pushnotification

In the previous versions, there was no test code for Lua plugin.
Thus this is first step to improve such a situation.

Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
Makefile.am
src/lua_test.c [new file with mode: 0644]