Revision cf54b5cf
Added by koszko over 1 year ago
| Makefile.in | ||
|---|---|---|
| 33 | 33 |
install install-html install-dvi install-pdf install-ps uninstall \ |
| 34 | 34 |
install-strip clean distclean mostlyclean maintainer-clean TAGS info \ |
| 35 | 35 |
dvi html pdf ps dist check installcheck installdirs \ |
| 36 |
test test-environment |
|
| 36 |
test-prepare test test-environment
|
|
| 37 | 37 |
|
| 38 | 38 |
# core files |
| 39 | 39 |
icons/haketilo16.png: icons/haketilo.svg |
| ... | ... | |
| 73 | 73 |
pytest.ini: pytest.ini.in |
| 74 | 74 |
sed "s|<<SRCDIR>>|$(srcdir)|" <$< > $@ |
| 75 | 75 |
|
| 76 |
test: certs/rootCA.pem certs/site.key $(default_target)-build.zip \ |
|
| 76 |
test-prepare: certs/rootCA.pem certs/site.key $(default_target)-build.zip \
|
|
| 77 | 77 |
pytest.ini |
| 78 |
|
|
| 79 |
test: test-prepare |
|
| 78 | 80 |
PYTHONPYCACHEPREFIX=$$(pwd)/test__pycache__ MOZ_HEADLESS=whatever \ |
| 79 | 81 |
"$(PYTHON)" -m pytest |
| 80 | 82 |
|
Also available in: Unified diff
add a
test-prepareconvenience target