aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/lane_tests.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify sleep() timeout with send() and receive (nil means forever)v4.0.0Benoit Germain2026-02-271-3/+5
* Split lanes.sleep unit tests and some linda unit tests tooBenoit Germain2025-07-251-1/+9
* Split coro tests in several scriptsBenoit Germain2025-07-041-10/+15
* Preparation for lane:close() and correct to-be-closed variablesBenoit Germain2025-06-261-2/+7
* Move some tests to a separate scriptBenoit Germain2025-06-241-0/+1
* Thread priority reworkBenoit Germain2025-05-071-62/+155
* Fix some tests (kinda)Benoit Germain2025-04-151-0/+2
* Remove whitspaces from test namesBenoit Germain2025-04-141-2/+2
* Raise a regular Lua error instead of throwing a C++ std::logic_error exceptio...Benoit Germain2025-03-171-5/+5
* Give a name to all lanes in the testsBenoit Germain2025-03-141-1/+1
* lanes/core.[so|dll] → lanes_core.[so|dll]Benoit Germain2025-03-141-1/+1
* Unit tests for lanes.sleepBenoit Germain2025-03-121-0/+65
* Add a VisualStudio solution to build and debug LanesBenoit Germain2025-03-111-2/+2
* Fix/disable some unit tests against LuaJIT until the failure reason is discov...Benoit Germain2025-03-101-0/+3
* Some fixes for unit tests with LuaJITBenoit Germain2025-03-101-2/+3
* Revamped lanes.nameofBenoit Germain2025-03-071-3/+12
* lanes.nameof internal code refacto + a few unit testsBenoit Germain2025-03-051-0/+19
* Reorganized tests for the Test ExplorerBenoit Germain2024-12-201-31/+29
* Migrated unit tests to Catch2 v3.7.1Benoit Germain2024-12-201-206/+220
* Unit tests for thread nameBenoit Germain2024-12-161-5/+56
* Append all unit tests to depotBenoit Germain2024-12-131-0/+209