summaryrefslogtreecommitdiffstats
path: root/node_modules/regexp-clone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/regexp-clone/Makefile')
-rw-r--r--node_modules/regexp-clone/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/regexp-clone/Makefile b/node_modules/regexp-clone/Makefile
new file mode 100644
index 0000000..6c8fb75
--- /dev/null
+++ b/node_modules/regexp-clone/Makefile
@@ -0,0 +1,5 @@
+
+test:
+ @./node_modules/.bin/mocha $(T) --async-only $(TESTS)
+
+.PHONY: test