UNPKG

218 BPlain TextView Raw
1check: test
2
3test: test-kernel test-httpd test-spinner
4
5test-kernel:
6 node ./tests/kernel.js
7
8test-httpd:
9 node ./tests/httpd.js
10
11test-spinner:
12 node ./tests/spinner.js
13
14.PHONY: test test-kernel test-httpd test-spinner
\No newline at end of file