]> git.proxmox.com Git - qemu-server.git/blobdiff - test/Makefile
add config to command tests
[qemu-server.git] / test / Makefile
index 6777f4afec278c1fa56253999dd28e564cc52c65..48ea0a48e6b8454ee4132a930b35b20eda21eb3b 100644 (file)
@@ -1,6 +1,6 @@
 all: test
 
-test: test_snapshot test_ovf
+test: test_snapshot test_ovf test_cfg_to_cmd
 
 test_snapshot: run_snapshot_tests.pl
        ./run_snapshot_tests.pl
@@ -8,3 +8,6 @@ test_snapshot: run_snapshot_tests.pl
 
 test_ovf: run_ovf_tests.pl
        ./run_ovf_tests.pl
+
+test_cfg_to_cmd: run_config2command_tests.pl cfg2cmd/*.conf
+       perl -I../ ./run_config2command_tests.pl