update Makefile in test directory

This commit is contained in:
Sarah Hoffmann
2023-01-09 20:49:33 +01:00
parent e9e14834bc
commit 5f4e98e0d9

View File

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