File: Makefile

package info (click to toggle)
node-formidable 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,612 kB
  • sloc: makefile: 9
file content (4 lines) | stat: -rw-r--r-- 69 bytes parent folder | download
1
2
3
4
test:
	@find test/simple/test-*.js | xargs -n 1 -t node

.PHONY: test