aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/deep_tests.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copy deep_userdata_example test script in the test frameworkBenoit Germain2025-07-311-1/+10
| | | | | * 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
* Sample module deep test renamed deep_userdata_exampleBenoit Germain2025-03-111-8/+8
|
* Reorganized tests for the Test ExplorerBenoit Germain2024-12-201-1/+1
|
* Migrated unit tests to Catch2 v3.7.1Benoit Germain2024-12-201-79/+73
|
* Append all unit tests to depotBenoit Germain2024-12-131-0/+101