From 5f4e98e0d9b5e89c81bc09a53cfdba1bdb45351b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 9 Jan 2023 20:49:33 +0100 Subject: [PATCH] update Makefile in test directory --- test/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/test/Makefile b/test/Makefile index 6dd9a349..5f78eeac 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 -- 2.39.5