summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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."