7 lines
88 B
Makefile
7 lines
88 B
Makefile
|
|
TESTS = $(shell find test -name "test.*.js")
|
|
|
|
test:
|
|
@./test/run $(TESTS)
|
|
|
|
.PHONY: test |