mirror of
https://github.com/arnaucube/comunicationLeap.git
synced 2026-02-07 03:16:45 +01:00
7 lines
80 B
Makefile
7 lines
80 B
Makefile
|
|
TESTS = $(shell find test/test.*.js)
|
|
|
|
test:
|
|
@./test/run $(TESTS)
|
|
|
|
.PHONY: test |