From 9fdf24468df6420517876d67f52ae0c84faa76d8 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 2 Feb 2020 11:19:50 -0500 Subject: [PATCH] [doc] src/t/README --- src/Makefile.am | 1 + src/t/README | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 src/t/README diff --git a/src/Makefile.am b/src/Makefile.am index 652cd9da..f9afabad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -592,6 +592,7 @@ t_test_request_LDADD = $(LIBUNWIND_LIBS) noinst_HEADERS = $(hdr) EXTRA_DIST = \ + t\README \ mod_skeleton.c \ configparser.y \ mod_ssi_exprparser.y \ diff --git a/src/t/README b/src/t/README new file mode 100644 index 00000000..dab8f53e --- /dev/null +++ b/src/t/README @@ -0,0 +1,4 @@ +Tests have been written in the interest of "Something is better than nothing". + +As of this writing, the aim is to increase test coverage using simple smoke +tests and to replace the (much) slower Perl tests in tests/*.t