Gazebo_simulation-Frontend/node_modules/make-array/Makefile

8 lines
119 B
Makefile
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
REPORTER = spec
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
./test/make-array.js
.PHONY: test