UNPKG

dbmon

Version:

Database and Filesystem Monitor Utilities for Real Time Apps

11 lines (6 loc) 151 B
SHELL := /bin/bash node-command := xargs -n 1 -I file node file .PHONY : test test: @find test -name "test-*.js" | $(node-command) test-all: test