mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
6 lines
80 B
Makefile
6 lines
80 B
Makefile
SHELL := /bin/sh
|
|
.PHONY: test
|
|
|
|
test:
|
|
find test/ -name "*.js" | xargs -n 1 node
|