diff options
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." |
