]> git.proxmox.com Git - qemu-server.git/blob - test/Makefile
bump version to 8.2.1
[qemu-server.git] / test / Makefile
1 all: test
2
3 test: test_snapshot test_ovf test_cfg_to_cmd test_pci_addr_conflicts test_qemu_img_convert
4
5 test_snapshot: run_snapshot_tests.pl
6 ./run_snapshot_tests.pl
7 ./test_get_replicatable_volumes.pl
8
9 test_ovf: run_ovf_tests.pl
10 ./run_ovf_tests.pl
11
12 test_cfg_to_cmd: run_config2command_tests.pl cfg2cmd/*.conf
13 perl -I../ ./run_config2command_tests.pl
14
15 test_qemu_img_convert: run_qemu_img_convert_tests.pl
16 perl -I../ ./run_qemu_img_convert_tests.pl
17
18 test_pci_addr_conflicts: run_pci_addr_checks.pl
19 ./run_pci_addr_checks.pl