summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/jshint-mode/node_modules/formidable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/lisp/jshint-mode/node_modules/formidable/Makefile')
-rw-r--r--emacs.d/lisp/jshint-mode/node_modules/formidable/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs.d/lisp/jshint-mode/node_modules/formidable/Makefile b/emacs.d/lisp/jshint-mode/node_modules/formidable/Makefile
new file mode 100644
index 0000000..8db19bc
--- /dev/null
+++ b/emacs.d/lisp/jshint-mode/node_modules/formidable/Makefile
@@ -0,0 +1,9 @@
+SHELL := /bin/bash
+
+test:
+ @find test/{simple,integration,system}/test-*.js | xargs -n 1 -t node
+
+clean:
+ rm test/tmp/*
+
+.PHONY: test clean