aboutsummaryrefslogtreecommitdiff
path: root/unit_tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More unit testsBenoit Germain2025-03-112-47/+194
|
* Fix/disable some unit tests against LuaJIT until the failure reason is ↵Benoit Germain2025-03-104-67/+74
| | | | | | | | | discovered * cancel.lua fails when using lanes.coro * coro/basics.lua fails because an error message is different * coro/error_handling fails for an unknown reason * a lanes.finally test crashes inside lua_close
* Some fixes for unit tests with LuaJITBenoit Germain2025-03-106-9/+105
| | | | | | | * vcproj settings * always load "jit" module so that lanes does not detect it in running under PUC-Lua * add fixture support so that test "cooperative_shutdown.lua" works * fix test "lanes.configure() allocator setting not failing like it should
* Revamped lanes.nameofBenoit Germain2025-03-071-3/+12
|
* Add unit_tests/.gitignoreBenoit Germain2025-03-061-0/+3
|
* Makefile and code fixes to build the unit testsBenoit Germain2025-03-067-14/+43
|
* lanes.nameof internal code refacto + a few unit testsBenoit Germain2025-03-051-0/+19
|
* All enums are [[nodiscard]]Benoit Germain2025-02-052-2/+2
|
* Make VS Test Explorer happy by absorbing the text output of legacy testsBenoit Germain2024-12-202-3/+12
|
* Reorganized tests for the Test ExplorerBenoit Germain2024-12-208-53/+155
|
* Migrated unit tests to Catch2 v3.7.1Benoit Germain2024-12-2016-1352/+27415
|
* Unit tests for thread nameBenoit Germain2024-12-161-5/+56
|
* Append all unit tests to depotBenoit Germain2024-12-1329-0/+4010