Test for "Implement forced log file rotation upon SIGUSR2"

This commit is contained in:
Steffen Nurpmeso
2022-01-20 14:35:27 +01:00
committed by Joachim Wiberg
parent 949e80f150
commit 0bc4c82bae
2 changed files with 98 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
EXTRA_DIST = lib.sh opts.sh
EXTRA_DIST += api.sh local.sh unicode.sh remote.sh fwd.sh mark.sh notify.sh
EXTRA_DIST += api.sh local.sh unicode.sh remote.sh fwd.sh mark.sh \
notify.sh rotate_all.sh
CLEANFILES = *~ *.trs *.log
TEST_EXTENSIONS = .sh
TESTS_ENVIRONMENT= unshare -mrun
@@ -18,5 +19,6 @@ TESTS += api.sh
TESTS += fwd.sh
TESTS += mark.sh
TESTS += notify.sh
TESTS += rotate_all.sh
programs: $(check_PROGRAMS)