aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2025-05-07 15:43:01 +0200
committerBenoit Germain <bnt.germain@gmail.com>2025-05-07 15:43:01 +0200
commit074a7157b6bd3867b60d04f685cdede6063e6e3c (patch)
tree21f58c5c739fadaaa57b214e468524efbbe26cbb /Makefile
parentd0dd3b644b36bac119aa9e9da40c3cfe38a6e234 (diff)
downloadlanes-master.tar.gz
lanes-master.tar.bz2
lanes-master.zip
Thread priority reworkHEADmaster
* 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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98fa1ac..ea4f1d3 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ build_DUE:
80run_unit_tests: build_lanes build_unit_tests build_DUE 80run_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
85debug_unit_tests: build_lanes build_unit_tests build_DUE 85debug_unit_tests: build_lanes build_unit_tests build_DUE
86 @echo ========================================================================================= 86 @echo =========================================================================================