# HG changeset patch # User Mike Becker # Date 1703866663 -3600 # Node ID e9611e4d0213f82e9f9ffa87dbc62ab5fdc20495 # Parent 4a72bc4f09f442ba40a92af64b19373786f54aa5 revert the insanely stupid idea to automatically run the test program on default build diff -r 4a72bc4f09f4 -r e9611e4d0213 Makefile --- a/Makefile Fri Dec 29 16:15:05 2023 +0100 +++ b/Makefile Fri Dec 29 17:17:43 2023 +0100 @@ -23,7 +23,7 @@ include config.mk -all: check +all: compile test-compile FORCE install: @cd src && $(MAKE) install @@ -56,7 +56,7 @@ static: FORCE @cd src && $(MAKE) static -check: compile test-compile FORCE +check: all $(build_dir)/tests/ucxtest check-coverage: FORCE