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:
parent
8129a49348
commit
e6e8f2d591
4
Makefile
4
Makefile
@ -56,10 +56,10 @@ svtplay-dl.1.gz: svtplay-dl.1
|
|||||||
gzip -9 svtplay-dl.1
|
gzip -9 svtplay-dl.1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
sh run-tests.sh $(TEST_OPTS)
|
sh scripts/run-tests.sh $(TEST_OPTS)
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
sh run-tests.sh -C
|
sh scripts/run-tests.sh -C
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
$(MAKE) -C lib pylint
|
$(MAKE) -C lib pylint
|
||||||
|
Loading…
Reference in New Issue
Block a user