Objects adding dict test & fixes

This commit is contained in:
IlushaShurupov 2023-07-31 22:10:46 +03:00
parent 2c8e1470d1
commit a918c83ec1
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();
}