mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 00:26:57 -04:00
Changed name of test subdirectory from 'test' to 'tests'.
This commit is contained in:
4
makefile
4
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user