aboutsummaryrefslogtreecommitdiff
path: root/test/misc_constants.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-01-03 20:43:44 +0100
committerWojtek Kosior <koszko@koszko.org>2022-01-03 20:43:44 +0100
commit3840192d67a38604cfd6738c4f07d181a668ae68 (patch)
tree9924aa3ae6bab87abbf531891430ee07c2587c5f /test/misc_constants.py
parentc71ebff86fa79b20388749dd4781fd96fcc5c63a (diff)
downloadbrowser-extension-3840192d67a38604cfd6738c4f07d181a668ae68.tar.gz
browser-extension-3840192d67a38604cfd6738c4f07d181a668ae68.zip
facilitate testing extension's HTML files
Diffstat (limited to 'test/misc_constants.py')
-rw-r--r--test/misc_constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/misc_constants.py b/test/misc_constants.py
index b3e9e32..cb7f2eb 100644
--- a/test/misc_constants.py
+++ b/test/misc_constants.py
@@ -30,6 +30,11 @@ Miscellaneous data that were found useful
from pathlib import Path
here = Path(__file__).resolve().parent
+script_root = here.parent
+awk_script_name = 'compute_scripts.awk'
+
+unit_test_defines = ['-D', 'MOZILLA', '-D', 'MV2', '-D', 'TEST',
+ '-D', 'UNIT_TEST', '-D', 'DEBUG']
default_firefox_binary = '/usr/lib/icecat/icecat'
# The browser might be loading some globally-installed add-ons by default. They