aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-26 21:21:06 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-28 16:01:20 +0100
commit3c883b36170cb74001f5ba35ad9bb9ee8a3e2cc8 (patch)
tree00d8267fc73277aa0e4ac190cc014ea9b97aee82
parent098e5e504a8383eaff41153d47b3f52e8ac98e90 (diff)
downloadbrowser-extension-3c883b36170cb74001f5ba35ad9bb9ee8a3e2cc8.tar.gz
browser-extension-3c883b36170cb74001f5ba35ad9bb9ee8a3e2cc8.zip
make 'check' Makefile target an alias to 'test'
* Makefile.in: modify 'check' target
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3c4293a..6400ba5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -76,6 +76,7 @@ pytest.ini: pytest.ini.in
test-prepare: certs/rootCA.pem certs/site.key $(default_target)-build.zip \
pytest.ini
+check: test
test: test-prepare
PYTHONPYCACHEPREFIX="$$(pwd)/test__pycache__" MOZ_HEADLESS=whatever \
"$(PYTHON)" -m pytest
@@ -123,6 +124,5 @@ dvi:
html:
pdf:
ps:
-check:
installcheck:
installdirs: