ruby/Makefile
Jun Aruga 92fcf2522e Update tests.
Keep watching a workflow with modularity-testing-framework will be stable.
2017-09-04 19:48:38 +02:00

9 lines
94 B
Makefile

default: test
build:
docker build -t ruby .
docker run -d ruby
test:
$(MAKE) -C tests $@