Files
kapow/poc/Makefile
Roberto Abdelkader Martínez Pérez 6de3ca9ebe Instructions about running spec tests.
2019-08-26 11:48:21 +02:00

10 lines
94 B
Makefile

.PHONY: sync test
all: test
sync:
pipenv sync
test: sync
pipenv run make -C ../spec/test