summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/sntp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/sntp/Makefile')
-rwxr-xr-xdeps/npm/node_modules/sntp/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/npm/node_modules/sntp/Makefile b/deps/npm/node_modules/sntp/Makefile
new file mode 100755
index 0000000000..43189de8e3
--- /dev/null
+++ b/deps/npm/node_modules/sntp/Makefile
@@ -0,0 +1,8 @@
+test:
+ @node node_modules/lab/bin/lab
+test-cov:
+ @node node_modules/lab/bin/lab -t 100 -m 3000
+test-cov-html:
+ @node node_modules/lab/bin/lab -r html -o coverage.html
+
+.PHONY: test test-cov test-cov-html