Makefile 80 B

1234567
  1. TESTS = $(shell find test/test.*.js)
  2. test:
  3. @./test/run $(TESTS)
  4. .PHONY: test