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

index de6ad7c58bf8ee3e4231c9ea251d916aafd57e97..d11927aff89988e01a31534f7396ffd4659566ce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,11 @@ check-pve-multidisks: prepare-check-env test.img test2.img test3.img test4.img t
        rm -f cd-info.test; $(MAKE) cd-info.test
        G_SLICE=always-malloc perl -I testdir/usr/share/perl5 testdir/usr/bin/proxinstall -t test.img,test2.img,test3.img,test4.img,test5.big.img
 
+check-pve-tui: prepare-check-env test.img
+       rm -f cd-info.test; $(MAKE) cd-info.test
+       ./proxmox-low-level-installer dump-env -t
+       testdir/usr/bin/proxmox-tui-installer -t test.img
+
 check-pmg: prepare-check-env test.img
        rm -f cd-info.test; $(MAKE) \
            PRODUCT=pmg \