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 (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
SHELL := /bin/bash

test:
	@find test -name test-*.js -type f | xargs -tn1 node

.PHONY: test