aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/StopWatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/dom/StopWatch.py')
-rw-r--r--testsuite/pyunit/dom/StopWatch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/pyunit/dom/StopWatch.py b/testsuite/pyunit/dom/StopWatch.py
index b1065879c..37b8293de 100644
--- a/testsuite/pyunit/dom/StopWatch.py
+++ b/testsuite/pyunit/dom/StopWatch.py
@@ -99,6 +99,8 @@ class Display(Designs):
class CompileOrder(Designs):
def test_Encoder(self):
design = Design()
+ design.LoadStdLibrary()
+ design.LoadIEEELibrary()
library = design.GetLibrary("lib_StopWatch")
for file in self._encoderFiles:
document = Document(self._sourceDirectory / file)