summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHorus32015-05-15 20:19:01 +0200
committerHorus32015-05-15 20:19:01 +0200
commit5d48193b6988f20b4ed94331350262d07754bd4d (patch)
treeee9914f39f095a995967031c14fb7779914df908 /Makefile
parent8532a24f6bc2069eff755d7174021a1ae5bc09c9 (diff)
parent53b71a44c901b4630d247604b82a221e19a7d01d (diff)
downloadfreemail-5d48193b6988f20b4ed94331350262d07754bd4d.tar.gz
Merge branch 'master' of git.iamfabulous.de:freemail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3ee5e1..f6aa928 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,9 @@ pack: gen_config
echo "\n/$(APP).tar.gz is ready." || \
(echo "Run \"make build\" first." && exit 1)
-test: import _info_test _run_test
+test: test_all
+
+test_new: import _info_test _run_test
_info_test:
@echo "Please note: We are testing only changes."