From 3fcff3382d439c0451421288f1d7d942be0de0c8 Mon Sep 17 00:00:00 2001 From: jahoti Date: Fri, 3 Dec 2021 00:00:00 +0000 Subject: Make testing configurable Add options to configure in accordance with #97 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5a376e1..ffbad61 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,10 +70,10 @@ test/certs/rootCA.pem: test/certs/rootCA.key -subj "/CN=Haketilo Test" test: test/certs/rootCA.pem test/certs/site.key - MOZ_HEADLESS=whatever pytest + MOZ_HEADLESS=whatever $(PYTEST) test-environment: test/certs/rootCA.pem test/certs/site.key - python3 -m test + $(PYTHON) -m test # helper targets clean mostlyclean: @@ -85,7 +85,7 @@ clean mostlyclean: rm -rf $$(find . -type d -name __pycache__) distclean: clean - rm -f Makefile config.status record.conf + rm -f Makefile config.status record.conf testing.conf maintainer-clean: distclean @echo 'This command is intended for maintainers to use; it' -- cgit v1.2.3