From 3611dd6a83bf3782bd61f413ada809b87fa599da Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 15 Feb 2022 15:49:23 +0100 Subject: facilitate running test environment with Haketilo loaded into browser --- Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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) -- cgit v1.2.3