]> granicus.if.org Git - zziplib/commitdiff
allow make testbuilds with --no-cache
authorGuido Draheim <guidod@gmx.de>
Mon, 4 Jan 2021 04:18:51 +0000 (05:18 +0100)
committerGuido Draheim <guidod@gmx.de>
Mon, 4 Jan 2021 04:18:51 +0000 (05:18 +0100)
GNUmakefile

index 8753d734e03dc152a3ce7c5f65e5dfab60dea5e3..d9b187c10e2f12e5ea4f114d354e3bff0efa6515 100644 (file)
@@ -8,7 +8,7 @@ CMAKE=cmake
 NINJA=ninja
 PREFIX=$$HOME/local
 
-.PHONY: build docs bins test
+.PHONY: build docs bins test tests testbuilds
 
 default: build
 build:
@@ -40,6 +40,7 @@ rmf: ; docker ps -a --format '{{.Image}} {{.ID}}' | grep localhost:5000/zziplib/
 
 st_%: ; python3 testbuilds.py te$@ -vv --no-cache
 tests:  ; python3 testbuilds.py -vv
+testbuilds: ; python3 testbuilds.py -vv --no-cache
 test_%: ; cd build/test && python3 ../../test/zziptests.py $@ -vv
 
 downloads: