From 0d118a9fada6dd3f9f1fcc77063b0cbd5e6823c6 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 8 Jan 2014 12:45:13 +0000 Subject: [PATCH] improve 'setup' target for tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 362f874..9c55805 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ check-js: setup: pz2api-git-checkout ${MAKE} -C./tools/htdocs mkws-js-min ${MAKE} -C./examples/htdocs jasmine-links + ${MAKE} -C./test node-modules check: distclean all -- 1.7.10.4