update Makefile in test directory

This commit is contained in:
Sarah Hoffmann
2023-01-09 20:49:33 +01:00
parent 40b061afd2
commit 6eadf6797e

View File

@@ -1,12 +1,9 @@
all: bdd php
all: bdd php python
no-test-db: bdd-no-test-db php
bdd:
cd bdd && behave -DREMOVE_TEMPLATE=1
icu:
cd bdd && behave -DREMOVE_TEMPLATE=1 -DTOKENIZER=icu
php:
cd php && phpunit ./
@@ -14,4 +11,4 @@ python:
pytest python
.PHONY: bdd php no-test-db
.PHONY: bdd php no-test-db python