diff options
Diffstat (limited to 'deps/npm/node_modules/sntp/Makefile')
-rwxr-xr-x | deps/npm/node_modules/sntp/Makefile | 8 |
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 |