Priority for tests instead of lint
This commit is contained in:
parent
c9a3c43878
commit
ac400016e8
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ test-batch:
|
|||||||
@echo "***batch queries tests***"
|
@echo "***batch queries tests***"
|
||||||
@$(SHELL) test/run_tests.sh ${RUNTESTFLAGS} $(TEST_SUITE_BATCH)
|
@$(SHELL) test/run_tests.sh ${RUNTESTFLAGS} $(TEST_SUITE_BATCH)
|
||||||
|
|
||||||
test-all: jshint test
|
test-all: test jshint
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
@RUNTESTFLAGS=--with-coverage make test
|
@RUNTESTFLAGS=--with-coverage make test
|
||||||
|
Loading…
Reference in New Issue
Block a user