Instructions about running spec tests.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-26 11:47:52 +02:00
parent 4919d2892f
commit 6de3ca9ebe
5 changed files with 105 additions and 68 deletions
+9
View File
@@ -0,0 +1,9 @@
.PHONY: sync test
all: test
sync:
pipenv sync
test: sync
pipenv run make -C ../spec/test