Files
kapow/poc/Makefile
pancho horrillo 6194c6961a Tweak PoC to pass current test suite
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-11-11 17:47:28 +01:00

10 lines
140 B
Makefile

.PHONY: sync test
all: test
sync:
pipenv sync --dev
test: sync
KAPOW_DATAAPI_URL=http://localhost:8081 pipenv run make -C ../spec/test