summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 8f8fcfe2..a1906864 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -30,7 +30,7 @@ from test.seq import SeqTestCase
if not quick:
from test.store_performace import *
-# from test.rules import *
+from test.rules import *
if __name__ == "__main__":