new file: test/misc/cfg.py
This commit is contained in:
parent
c815cf4dd6
commit
e75169f258
1 changed files with 8 additions and 0 deletions
8
test/misc/cfg.py
Executable file
8
test/misc/cfg.py
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from mmgen.main import launch
|
||||
import sys
|
||||
|
||||
sys.path.insert(0,'test')
|
||||
|
||||
launch(fqmod='misc.cfg_main')
|
||||
Loading…
Add table
Add a link
Reference in a new issue