mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-15 16:36:22 +00:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
test:
|
|
@echo "Launching tests"
|
|
@ ./node_modules/.bin/mocha --timeout 10000 --reporter spec
|
|
@echo "Tests finished"
|
|
|
|
.PHONY: test
|
|
|