diff --git a/Makefile b/Makefile index 9640e02..017108a 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/run-tests.sh b/scripts/run-tests.sh similarity index 100% rename from run-tests.sh rename to scripts/run-tests.sh