Priority for tests instead of lint

This commit is contained in:
Raul Ochoa 2016-12-19 10:49:44 +01:00
parent c9a3c43878
commit ac400016e8

View File

@ -39,7 +39,7 @@ test-batch:
@echo "***batch queries tests***"
@$(SHELL) test/run_tests.sh ${RUNTESTFLAGS} $(TEST_SUITE_BATCH)
test-all: jshint test
test-all: test jshint
coverage:
@RUNTESTFLAGS=--with-coverage make test