Couple bugfixes, integration tests ported

This commit is contained in:
2022-04-17 23:35:48 -05:00
parent df111ce55b
commit 05c1be2e94
16 changed files with 436 additions and 48 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ resolver = "2"
members = [
"vcore",
"vemu",
"vasm"
"vasm",
"vtest"
]