]> git.phdru.name Git - mimedecode.git/commitdiff
Rename test target from 'run' to 'all'
authorOleg Broytman <phd@phdru.name>
Tue, 18 Feb 2014 21:58:11 +0000 (01:58 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 18 Feb 2014 21:58:11 +0000 (01:58 +0400)
Makefile
test/Makefile

index 8586e194154156afb951be559efc7231d67de238..5ba230c26837f1f28510a2b851691e7fcdc889d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ distr:
 
 .PHONY: test
 test:
-       make -C test
+       make -C test all
 
 
 CLEANFILES = *.py[co] MANIFEST
index 07e45ba91513472ff3142def620e5184055dedf8..34bda8a405c336add6be8594d9bf51aeeaeb2f77 100644 (file)
@@ -1,6 +1,6 @@
 
-.PHONY: run
-run:
+.PHONY: all
+all:
        ./test_all