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
     1.1 --- a/Makefile	Fri Dec 29 16:15:05 2023 +0100
     1.2 +++ b/Makefile	Fri Dec 29 17:17:43 2023 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  include config.mk
     1.6  
     1.7 -all: check
     1.8 +all: compile test-compile FORCE
     1.9  
    1.10  install:
    1.11  	@cd src && $(MAKE) install
    1.12 @@ -56,7 +56,7 @@
    1.13  static: FORCE
    1.14  	@cd src && $(MAKE) static
    1.15  
    1.16 -check: compile test-compile FORCE
    1.17 +check: all
    1.18  	$(build_dir)/tests/ucxtest
    1.19  
    1.20  check-coverage: FORCE

mercurial