From b7dab1ba504c1a2be934ea10d5626a0da4ef4e92 Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Sun, 1 Jun 2014 19:08:20 -0500 Subject: [PATCH] Run all tests during 'make test' --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 328e67a..325368e 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,8 @@ CLEAN_FILES += $(TAP) ./node_modules/tap test: $(TAP) $(TAP) test/*.test.js $(TAP) test/filters/*.test.js + $(TAP) test/controls/*.test.js + $(TAP) test/messages/*.test.js include ./tools/mk/Makefile.deps include ./tools/mk/Makefile.targ