aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/legacy_tests.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* verbose_errors improvementBenoit Germain2025-10-271-1/+2
| | | | | * Use std::format instead of sprintf for verbose errors when decoding table keys * Add a unit test for the different table key types
* Remove whitspaces from test namesBenoit Germain2025-04-141-2/+2
|
* Add a VisualStudio solution to build and debug LanesBenoit Germain2025-03-111-4/+2
| | | | | | * configured to build Lanes, the example module deep_userdata_example, and the unit tests * relies on Lua 5.1 → 5.4, LuaJIT and MoonJIT to be built and located in a fixed directory * manual_register legacy test now uses deep_userdata_example module instead of lfs
* Reorganized tests for the Test ExplorerBenoit Germain2024-12-201-1/+46
|
* Migrated unit tests to Catch2 v3.7.1Benoit Germain2024-12-201-66/+34
|
* Append all unit tests to depotBenoit Germain2024-12-131-0/+79