From 6d41bdf2b99b239f691e033e17a17dfc50398006 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Wed, 1 Apr 2015 17:19:04 +0200 Subject: Change default target for 'make test' to 'make test_all'. Add exhaustive integration test for 'ChangePasswordHandler'. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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." -- cgit v1.2.3