1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

Add test target to Makefile

This commit is contained in:
Olof Johansson 2013-03-23 17:07:36 +01:00
parent 8a90241e5b
commit 4b9615753f

View File

@ -14,3 +14,6 @@ install: svtplay-dl
svtplay-dl: lib/svtplay_dl/*py lib/svtplay_dl/fetcher/*py lib/svtplay_dl/service/*py
cd lib; $(MAKE)
mv lib/svtplay-dl .
test:
sh run-tests.sh