1
0

fix and add more tests

This commit is contained in:
Dima
2024-05-07 13:47:47 +03:00
parent a7eca18410
commit 1e8a4ef99c
3 changed files with 28 additions and 4 deletions

View File

@@ -27,6 +27,17 @@
"initMethod": "fromSource",
"path": "./src/cfe/bdd",
"stages": ["bdd"]
},
{
"name": "mods",
"initMethod": "fromSource",
"path": "./src/cfe/mods"
},
{
"name": "mods2",
"initMethod": "fromSource",
"path": "./src/cfe/mods2",
"stages": ["initInfoBase"]
}
]
},