Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-07-03 11:18:16 +0400
committerisaacs <i@izs.me>2010-07-03 11:18:16 +0400
commit90c9ec8ef92b7fc0c173515ebe1afccd3d19d665 (patch)
treeb15ba5ff6d93e6c16011169009a716b079992f67 /Makefile
parent9a5519e7044f09b375b7c04ad27d43b9389adcc7 (diff)
Make test (quietly)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e123d29ce..1c5ab3cb6 100644
--- a/Makefile
+++ b/Makefile
@@ -26,4 +26,7 @@ doc: man $(docs)
man/%.1: doc/%.md
ronn --roff --pipe $< > $@
-.PHONY: install install-stable link doc clean uninstall
+test:
+ ./test/run.sh
+
+.PHONY: install install-stable link doc clean uninstall test