From ef62473c65acf9526d712cf7e6e4972d1aeeb33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 26 Jan 2011 18:09:27 -0500 Subject: [PATCH] only run *.test.js tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 977705f..d5db06e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ifndef only test: - bin/expresso -I lib + bin/expresso -I lib test/*.test.js else test: bin/expresso -I lib test/${only}.test.js