Objects adding dict test & fixes
This commit is contained in:
parent
2c8e1470d1
commit
a918c83ec1
6 changed files with 56 additions and 6 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue