sanity: ensure that all environment variables are documented

* tests/sanity/getenv.test: New file.
* tests/Makefile.am: Add it.
* bin/man/spot-x.x: Document SPOT_STUTTER_CHECK and SPOT_DEBUG_PARSER.
This commit is contained in:
Alexandre Duret-Lutz 2017-05-31 18:29:55 +02:00
parent 93969758ee
commit 101c2533f1
3 changed files with 91 additions and 0 deletions

View file

@ -418,6 +418,7 @@ endif
TESTS_sanity = \
sanity/80columns.test \
sanity/bin.test \
sanity/getenv.test \
sanity/includes.test \
sanity/ipynb.pl \
sanity/namedprop.test \