Skip to content

Commit 5cc415c

Browse files
committed
TEST: forcing memory pools check at the end of unity tests
1 parent c09b581 commit 5cc415c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/run-tests.r3

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ dt [ ;- delta time
4949
print dump-obj stats/profile
5050

5151
print "------------------------------------------------------------"
52+
prin "Checking memory... " evoke 2 print "OK"
53+
prin "Checking bindings... " evoke 3 print "OK"
54+
print "------------------------------------------------------------"
55+
5256
***end-run***
5357
recycle/on
58+
59+
5460
]

0 commit comments

Comments
 (0)