From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager 2/2] add missing .PHONY for the 'test' make target
Date: Wed, 25 Mar 2026 14:44:32 +0100 [thread overview]
Message-ID: <20260325134432.292489-2-l.wagner@proxmox.com> (raw)
In-Reply-To: <20260325134432.292489-1-l.wagner@proxmox.com>
Otherwise, if a 'test' file would exist by accident, the tests would not
be run.
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index e1b64e4b..8e1cd139 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,7 @@ dsc-ui: $(UI_DIR)
$(MAKE) -C $(UI_DIR) dsc
dcmd mv $(UI_DIR)/proxmox-datacenter-manager-ui*.dsc .
+.PHONY: test
test:
$(CARGO) test $(tests) $(CARGO_BUILD_ARGS)
--
2.47.3
next prev parent reply other threads:[~2026-03-25 13:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-25 13:44 [PATCH datacenter-manager 1/2] add `make tidy` target Lukas Wagner
2026-03-25 13:44 ` Lukas Wagner [this message]
2026-03-25 16:55 ` applied: " Thomas Lamprecht
2026-03-26 8:20 ` Lukas Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260325134432.292489-2-l.wagner@proxmox.com \
--to=l.wagner@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.