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