aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/UnitTests.vcxproj.user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup in MSVC projectsBenoit Germain6 days1-23/+23
|
* Add a VisualStudio solution to build and debug LanesBenoit Germain8 days1-0/+86
| | | | | | * 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
* Some fixes for unit tests with LuaJITBenoit Germain9 days1-0/+10
| | | | | | | * 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
* Migrated unit tests to Catch2 v3.7.1Benoit Germain2024-12-201-0/+47