diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
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) |