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