Project

General

Profile

« Previous | Next » 

Revision 3611dd6a

Added by koszko over 1 year ago

facilitate running test environment with Haketilo loaded into browser

View differences:

Makefile.in
1 1
# This file is part of Haketilo
2 2
#
3
# Copyright (C) 2021, jahoti
4
# Copyright (C) 2021, Wojtek Kosior
3
# Copyright (C) 2021 jahoti
4
# Copyright (C) 2021, 2022 Wojtek Kosior
5 5
#
6 6
# This program is free software: you can redistribute it and/or modify
7 7
# it under the terms of the CC0 1.0 Universal License as published by
......
76 76
test-environment: test/certs/rootCA.pem test/certs/site.key
77 77
	python3 -m test
78 78

  
79
test-environment-with-haketilo: test/certs/rootCA.pem test/certs/site.key \
80
		$(default_target)-build.zip
81
	python3 -m test --load-haketilo
82

  
79 83
# helper targets
80 84
clean mostlyclean:
81 85
	rm -rf mozilla-unpacked chromium-unpacked haketilo-$(version)

Also available in: Unified diff