diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2025-05-07 15:43:01 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2025-05-07 15:43:01 +0200 |
commit | 074a7157b6bd3867b60d04f685cdede6063e6e3c (patch) | |
tree | 21f58c5c739fadaaa57b214e468524efbbe26cbb /Makefile | |
parent | d0dd3b644b36bac119aa9e9da40c3cfe38a6e234 (diff) | |
download | lanes-master.tar.gz lanes-master.tar.bz2 lanes-master.zip |
* thread priorities can now be set using the native range of values, if desired.
* thread API errors cause a Lua error instead of aborting the program.
* new function lanes.thread_priority_range(), to query the valid range of priorities.
* unit tests for all of the above
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ build_DUE: | |||
80 | run_unit_tests: build_lanes build_unit_tests build_DUE | 80 | run_unit_tests: build_lanes build_unit_tests build_DUE |
81 | @echo ========================================================================================= | 81 | @echo ========================================================================================= |
82 | $(_PREFIX) $(_UNITTEST_TARGET) --list-tests | 82 | $(_PREFIX) $(_UNITTEST_TARGET) --list-tests |
83 | $(_PREFIX) $(_UNITTEST_TARGET) --rng-seed 0 -s scripted_tests.lane.tasking_cancelling | 83 | $(_PREFIX) $(_UNITTEST_TARGET) --rng-seed 0 |
84 | 84 | ||
85 | debug_unit_tests: build_lanes build_unit_tests build_DUE | 85 | debug_unit_tests: build_lanes build_unit_tests build_DUE |
86 | @echo ========================================================================================= | 86 | @echo ========================================================================================= |