From c0ac37c79f3d9fbc12b99541f58caaca8667182c Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 15 Apr 2025 12:00:23 +0200 Subject: Fix some tests (kinda) * split tasking_cancelling in two * add a timer in basic and tasking_cancelling as a temporary workaround for a deadlock in mingw ucrt64 builds --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d7694c..98fa1ac 100644 --- a/Makefile +++ b/Makefile @@ -80,12 +80,12 @@ build_DUE: run_unit_tests: build_lanes build_unit_tests build_DUE @echo ========================================================================================= $(_PREFIX) $(_UNITTEST_TARGET) --list-tests - $(_PREFIX) $(_UNITTEST_TARGET) --rng-seed 0 -s + $(_PREFIX) $(_UNITTEST_TARGET) --rng-seed 0 -s scripted_tests.lane.tasking_cancelling debug_unit_tests: build_lanes build_unit_tests build_DUE @echo ========================================================================================= $(_PREFIX) $(_UNITTEST_TARGET) --list-tests - $(_PREFIX) gdb --args $(_UNITTEST_TARGET) --list-tests --rng-seed 0 -s "scripted_tests.legacy.basic" + $(_PREFIX) gdb --args $(_UNITTEST_TARGET) --rng-seed 0 -s scripted_tests.lane.tasking_cancelling clean: cd src && $(MAKE) -f Lanes.makefile clean -- cgit v1.2.3-55-g6feb