Project

General

Profile

« Previous | Next » 

Revision 3fcff338

Added by jahoti almost 2 years ago

Make testing configurable

Add options to configure in accordance with #97

View differences:

Makefile.in
70 70
		 -subj "/CN=Haketilo Test"
71 71

  
72 72
test: test/certs/rootCA.pem test/certs/site.key
73
	MOZ_HEADLESS=whatever pytest
73
	MOZ_HEADLESS=whatever $(PYTEST)
74 74

  
75 75
test-environment: test/certs/rootCA.pem test/certs/site.key
76
	python3 -m test
76
	$(PYTHON) -m test
77 77

  
78 78
# helper targets
79 79
clean mostlyclean:
......
85 85
	rm -rf $$(find . -type d -name __pycache__)
86 86

  
87 87
distclean: clean
88
	rm -f Makefile config.status record.conf
88
	rm -f Makefile config.status record.conf testing.conf
89 89

  
90 90
maintainer-clean: distclean
91 91
	@echo 'This command is intended for maintainers to use; it'

Also available in: Unified diff