diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bf0fdec..570260b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,7 +69,7 @@ test/certs/rootCA.pem: test/certs/rootCA.key openssl req -x509 -new -nodes -key $< -days 1024 -out $@ \ -subj "/CN=Haketilo Test" -test: test/certs/rootCA.pem test/certs/site.key +test: test/certs/rootCA.pem test/certs/site.key $(default_target)-build.zip MOZ_HEADLESS=whatever pytest test-environment: test/certs/rootCA.pem test/certs/site.key |