]> git.proxmox.com Git - pve-installer.git/blob - test/Makefile
test: add tests for UI^2 stdio protocol
[pve-installer.git] / test / Makefile
1 all:
2
3 export PERLLIB=..
4
5 .PHONY: check
6 check: test-zfs-arc-max test-run-command test-parse-fqdn test-ui2-stdio
7
8 .PHONY: test-zfs-arc-max
9 test-zfs-arc-max:
10 ./zfs-arc-max.pl
11
12 test-run-command:
13 ./run-command.pl
14
15 .PHONY: test-parse-fqdn
16 test-parse-fqdn:
17 ./parse-fqdn.pl
18
19 .PHONY: test-ui2-stdio
20 test-ui2-stdio:
21 ./ui2-stdio.pl