aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/pyunit/libghdl/Initialize.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/Initialize.py b/testsuite/pyunit/libghdl/Initialize.py
index 0a46fe8b4..ccc157fd7 100644
--- a/testsuite/pyunit/libghdl/Initialize.py
+++ b/testsuite/pyunit/libghdl/Initialize.py
@@ -23,6 +23,7 @@ class Instantiate(TestCase):
def test_InitializeGHDL(self) -> None:
"""Initialization: set options and then load libaries"""
+ libghdl.initialize()
# Print error messages on the console.
errorout_console.Install_Handler()