From ac400016e8df6c8439ba668d0b7ab88688386594 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 19 Dec 2016 10:49:44 +0100 Subject: [PATCH] Priority for tests instead of lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba88ea3d..b2c773f0 100644 --- a/Makefile +++ b/Makefile @@ -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