Revision d4f338ff
Added by koszko over 1 year ago
- ID d4f338ff50476f5f12ee30f0d93751bc5f370825
- Parent 098e5e50
Makefile.in | ||
---|---|---|
76 | 76 |
test-prepare: certs/rootCA.pem certs/site.key $(default_target)-build.zip \ |
77 | 77 |
pytest.ini |
78 | 78 |
|
79 |
check: test |
|
79 | 80 |
test: test-prepare |
80 | 81 |
PYTHONPYCACHEPREFIX="$$(pwd)/test__pycache__" MOZ_HEADLESS=whatever \ |
81 | 82 |
"$(PYTHON)" -m pytest |
... | ... | |
123 | 124 |
html: |
124 | 125 |
pdf: |
125 | 126 |
ps: |
126 |
check: |
|
127 | 127 |
installcheck: |
128 | 128 |
installdirs: |
Also available in: Unified diff
make 'check' and alias to 'test'