mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-08-03 06:54:59 +00:00

currently only used to test the installed version and not automatically during build. See the FIXME note for why. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
5 lines
81 B
Makefile
5 lines
81 B
Makefile
.PHONY: test
|
|
test:
|
|
@echo "-- running pve-rs tests --"
|
|
./resource_scheduling.pl
|