Changed ls2 to ngi_router
[pinmux.git] / src / spec / __init__.py
index c673575bc21b7339c075a2c4b6eb701627192970..747a02ce22170e254ffe79ec2dc103c40af44308 100644 (file)
@@ -3,6 +3,8 @@ from spec import c_class
 from spec import i_class
 from spec import minitest
 from spec import microtest
+from spec import ls180
+from spec import ngi_router
 from spec.gen import specgen
 from spec.testing import dummytest
 
@@ -10,5 +12,7 @@ modules = {'m_class': m_class,
            'c_class': c_class,
            'i_class': i_class,
            'minitest': minitest,
-           'microtest': microtest
+           'microtest': microtest,
+           'ls180': ls180,
+           'ngi_router': ngi_router,
            }