test:
	@find test/simple/test-*.js | xargs -n 1 -t node

.PHONY: test