From a216253f26bfb32984ae3e9a51609d69b18644ee Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Thu, 4 Nov 2010 10:17:05 -0700 Subject: [PATCH] `make test` ignores server.js --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 258b183..744f050 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ test: @./support/expresso/bin/expresso \ - -I lib + -I lib \ + test/*.test.js benchmark: @node examples/benchmark.js