diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2020-02-02 11:19:50 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2020-07-08 19:54:29 -0400 |
commit | 9fdf24468df6420517876d67f52ae0c84faa76d8 (patch) | |
tree | ba3536b653729002ab8cf4469a4a6c4b56c95721 | |
parent | 48e272b347f56e79ea2fbe747a34c5e45cc2286b (diff) | |
download | lighttpd-git-9fdf24468df6420517876d67f52ae0c84faa76d8.tar.gz |
[doc] src/t/README
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/t/README | 4 |
2 files changed, 5 insertions, 0 deletions
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 |