]> git.proxmox.com Git - pve-installer.git/commitdiff
buildsys: add check-pbs-tui target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 17:06:58 +0000 (19:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 17:06:58 +0000 (19:06 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 871429d77f8591a75589e3d25759916162048743..73a4e7081f0f01c107cd16e29e756d3869d6215a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -158,15 +158,19 @@ check-pmg: prepare-check-pmg
 check-pmg-tui: prepare-check-pmg
        testdir/usr/bin/proxmox-tui-installer -t test.img
 
-check-pbs: prepare-check-env test.img
+prepare-check-pbs: prepare-check-env test.img
        rm -f cd-info.test; $(MAKE) \
            PRODUCT='pbs' \
            PRODUCTLONG='Proxmox Backup Server' \
            ISONAME='proxmox-backup-server' \
            cd-info.test
        ./proxmox-low-level-installer dump-env -t
+
+check-pbs: prepare-check-pbs
        G_SLICE=always-malloc perl -I testdir/usr/share/perl5 testdir/usr/bin/proxinstall -t test.img
 
+check-pbs-tui: prepare-check-pbs
+       testdir/usr/bin/proxmox-tui-installer -t test.img
 
 .phony: clean
 clean: