summaryrefslogtreecommitdiffstats
path: root/tests/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.py')
-rw-r--r--tests/runtests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 83b6013..b22ce2b 100644
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -4,6 +4,13 @@ import os
import sys
import unittest
+import common
+
+buildDir = sys.argv[1]
+srcDir = sys.argv[2]
+common.importModules(buildDir=buildDir,
+ srcDir=srcDir)
+
SKIP_FILES = ['common', 'runtests']
dir = os.path.split(os.path.abspath(__file__))[0]