Objects adding dict test & fixes

This commit is contained in:
IlushaShurupov 2023-07-31 22:10:46 +03:00 committed by Ilya Shurupov
parent 63029e6083
commit a679ab1c4b
6 changed files with 56 additions and 6 deletions

View file

@ -9,6 +9,7 @@ using namespace obj;
void testCore();
void testPrimitives();
int main() {
@ -18,6 +19,7 @@ int main() {
if (module.initialize()) {
testCore();
testPrimitives();
module.deinitialize();
}