aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-15 15:49:23 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-15 16:21:39 +0100
commit3611dd6a83bf3782bd61f413ada809b87fa599da (patch)
tree808017c3cd36b10252fd2f4257609c9d5384caf3 /Makefile.in
parent5ed09841865eb0c309f1501c6de15fc454478db7 (diff)
downloadbrowser-extension-3611dd6a83bf3782bd61f413ada809b87fa599da.tar.gz
browser-extension-3611dd6a83bf3782bd61f413ada809b87fa599da.zip
facilitate running test environment with Haketilo loaded into browser
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 76aaf8e..cac0c01 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
# This file is part of Haketilo
#
-# Copyright (C) 2021, jahoti
-# Copyright (C) 2021, Wojtek Kosior
+# Copyright (C) 2021 jahoti
+# Copyright (C) 2021, 2022 Wojtek Kosior
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the CC0 1.0 Universal License as published by
@@ -76,6 +76,10 @@ test: test/certs/rootCA.pem test/certs/site.key $(default_target)-build.zip
test-environment: test/certs/rootCA.pem test/certs/site.key
python3 -m test
+test-environment-with-haketilo: test/certs/rootCA.pem test/certs/site.key \
+ $(default_target)-build.zip
+ python3 -m test --load-haketilo
+
# helper targets
clean mostlyclean:
rm -rf mozilla-unpacked chromium-unpacked haketilo-$(version)