From c3f3c6643ff90a5368a387367dce61d27428f42a Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 1 Apr 2025 17:59:18 +0200 Subject: Enable running tests from the Makefile It looks like there is still a crash. Will investigate later. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0f08b4..7200939 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ build_DUE: # also run a test that shows whether lanes is successfully loaded or not run_unit_tests: build_lanes build_unit_tests build_DUE @echo ========================================================================================= - $(_PREFIX) $(_UNITTEST_TARGET) "lanes.require 'lanes'" + $(_PREFIX) $(_UNITTEST_TARGET) -s clean: cd src && $(MAKE) -f Lanes.makefile clean -- cgit v1.2.3-55-g6feb