Initial commit
[yaffs-website] / node_modules / sntp / Makefile
1 test:
2         @node node_modules/lab/bin/lab
3 test-cov: 
4         @node node_modules/lab/bin/lab -t 100 -m 3000
5 test-cov-html:
6         @node node_modules/lab/bin/lab -r html -o coverage.html
7
8 .PHONY: test test-cov test-cov-html
9