Changed name of test subdirectory from 'test' to 'tests'.

This commit is contained in:
Tom Keffer
2019-03-02 17:26:05 -08:00
parent 6c24156a6f
commit 77480391d0
59 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ upload-readme: readme.txt
# update the version in all relevant places
VDOCS=readme.htm customizing.htm devnotes.htm hardware.htm usersguide.htm upgrading.htm utilities.htm
VCONFIGS=weewx.conf bin/weecfg/test/expected/weewx39_user_expected.conf
VCONFIGS=weewx.conf bin/weecfg/tests/expected/weewx39_user_expected.conf
version:
for f in $(VDOCS); do \
sed -e 's/^Version: [0-9].*/Version: $(MMVERSION)/' docs/$$f > docs/$$f.tmp; \
@@ -310,5 +310,5 @@ critic:
cloc:
cloc bin
@for d in weecfg weedb weeutil weewx; do \
cloc bin/$$d/test; \
cloc bin/$$d/tests; \
done