diff options
| author | horus_arch | 2015-04-01 17:19:04 +0200 |
|---|---|---|
| committer | horus_arch | 2015-04-01 17:19:04 +0200 |
| commit | 6d41bdf2b99b239f691e033e17a17dfc50398006 (patch) | |
| tree | 4f697ffc30308cfe1b23c0caf46f6796ff2bd5cf /Makefile | |
| parent | 9d3a4de291f7c7bb06ec2a956f23c07a67fcc7f9 (diff) | |
| download | freemail-6d41bdf2b99b239f691e033e17a17dfc50398006.tar.gz | |
Change default target for 'make test' to 'make test_all'. Add exhaustive integration test for 'ChangePasswordHandler'.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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." |
