aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-04-01 17:59:18 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2025-04-01 17:59:18 +0200
commitc3f3c6643ff90a5368a387367dce61d27428f42a (patch)
treef1360ad2ab7c025ad49cf065cbb0c6e4a2e1ef60 /Makefile
parent801147a0b2da015bc33afbbe110fe634d2645b9a (diff)
downloadlanes-c3f3c6643ff90a5368a387367dce61d27428f42a.tar.gz
lanes-c3f3c6643ff90a5368a387367dce61d27428f42a.tar.bz2
lanes-c3f3c6643ff90a5368a387367dce61d27428f42a.zip
Enable running tests from the MakefileHEADmaster
It looks like there is still a crash. Will investigate later.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0f08b4..7200939 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ build_DUE:
79# also run a test that shows whether lanes is successfully loaded or not 79# also run a test that shows whether lanes is successfully loaded or not
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) "lanes.require 'lanes'" 82 $(_PREFIX) $(_UNITTEST_TARGET) -s
83 83
84clean: 84clean:
85 cd src && $(MAKE) -f Lanes.makefile clean 85 cd src && $(MAKE) -f Lanes.makefile clean