From faa1217b50fdc764ffa65e7c31ccb4692068eed7 Mon Sep 17 00:00:00 2001 From: Anatoliy Chakkaev Date: Sat, 5 Nov 2011 18:04:53 +0700 Subject: [PATCH] phony test --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34c3b3e8..9de0b4b5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -check: +test: @./support/nodeunit/bin/nodeunit test/common_test.js +.PHONY: test