summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/balanced-match/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/balanced-match/Makefile')
-rw-r--r--tools/eslint/node_modules/balanced-match/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/balanced-match/Makefile b/tools/eslint/node_modules/balanced-match/Makefile
new file mode 100644
index 0000000000..dd2730cfde
--- /dev/null
+++ b/tools/eslint/node_modules/balanced-match/Makefile
@@ -0,0 +1,5 @@
+
+test:
+ @node_modules/.bin/tape test/*.js
+
+.PHONY: test