aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/scripts/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copy deep_userdata_example test script in the test frameworkHEADmasterBenoit Germain9 days1-0/+161
* I need to keep deep_userdata_example hackishly built-in inside the unit tests executable, because using the external module cause a crash in Lua51 tests (module is unloaded before some deep objects are GCed...) * copy the test script in the proper location and invoke it as part of the tests