Add unit test to check syslog.conf rule option parsing

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2020-01-19 10:46:59 +01:00
parent d22f7168e0
commit d94163d721
2 changed files with 24 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
EXTRA_DIST = test.rc start.sh stop.sh
EXTRA_DIST = test.rc opts.sh start.sh stop.sh
EXTRA_DIST += api.sh local.sh remote.sh fwd.sh mark.sh
CLEANFILES = *~ *.trs *.log
TEST_EXTENSIONS = .sh
@@ -9,7 +9,8 @@ api_CFLAGS = -I$(srcdir)/../src
api_LDFLAGS = -static
api_LDADD = ../src/libsyslog.la
TESTS = start.sh
TESTS = opts.sh
TESTS += start.sh
TESTS += local.sh
TESTS += remote.sh
TESTS += api.sh