revert the insanely stupid idea to automatically run the test program on default build

Fri, 29 Dec 2023 17:17:43 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 29 Dec 2023 17:17:43 +0100
changeset 779
e9611e4d0213
parent 778
4a72bc4f09f4
child 780
9965df621652

revert the insanely stupid idea to automatically run the test program on default build

Makefile file | annotate | diff | comparison | revisions
--- 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

mercurial