]> git.proxmox.com Git - pve-lxc-syscalld.git/commitdiff
buildsys: add CARGO_BUILD_ARGS to test target to avoid full rebuild
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 May 2021 19:03:24 +0000 (21:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 May 2021 19:03:24 +0000 (21:03 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 34955b4b6be9c8a3f63a1990a46445a77d058390..27f3076ce2d5a6fa9faecc6bd6a41ca56c64d209 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ cargo-build:
 
 .PHONY: test
 test:
-       cargo test
+       cargo test $(CARGO_BUILD_ARGS)
 
 .PHONY: check
 check: test