SHELL := /bin/bash

test:
	@find tests/UnitTestMain.js | xargs -n 1 -t node

.PHONY: test
