]> git.proxmox.com Git - pve-storage.git/blob - test/Makefile
c54b10f215bf2fa7e78059bb4f886ae4b248f0ab
[pve-storage.git] / test / Makefile
1 all: test
2
3 test: test_zfspoolplugin test_disklist test_bwlimit test_plugin
4
5 test_zfspoolplugin: run_test_zfspoolplugin.pl
6 ./run_test_zfspoolplugin.pl
7
8 test_disklist: run_disk_tests.pl
9 ./run_disk_tests.pl
10
11 test_bwlimit: run_bwlimit_tests.pl
12 ./run_bwlimit_tests.pl
13
14 test_plugin: run_plugin_tests.pl
15 ./run_plugin_tests.pl