1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

Move run-tests.sh to scripts directory

This commit is contained in:
Olof Johansson 2015-10-25 16:04:07 +01:00
parent 8129a49348
commit e6e8f2d591
2 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ svtplay-dl.1.gz: svtplay-dl.1
gzip -9 svtplay-dl.1
test:
sh run-tests.sh $(TEST_OPTS)
sh scripts/run-tests.sh $(TEST_OPTS)
cover:
sh run-tests.sh -C
sh scripts/run-tests.sh -C
pylint:
$(MAKE) -C lib pylint