projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6de2a4
)
add ngi_router spec
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 6 Nov 2021 15:37:59 +0000
(15:37 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 6 Nov 2021 15:37:59 +0000
(15:37 +0000)
src/spec/__init__.py
patch
|
blob
|
history
diff --git
a/src/spec/__init__.py
b/src/spec/__init__.py
index 650cdc3a3901bd8b1e893084253566d40e53f4ae..55c90d82a76b7265ceb62c4b06cd4cc0b4735265 100644
(file)
--- a/
src/spec/__init__.py
+++ b/
src/spec/__init__.py
@@
-4,6
+4,7
@@
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
@@
-12,5
+13,6
@@
modules = {'m_class': m_class,
'i_class': i_class,
'minitest': minitest,
'microtest': microtest,
- 'ls180': ls180
+ 'ls180': ls180,
+ 'ngi_router': ngi_router
}