]> git.proxmox.com Git - qemu-server.git/blob - test/run_snapshot_tests.pl
Add entry for windows 10 and 2016 support
[qemu-server.git] / test / run_snapshot_tests.pl
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use TAP::Harness;
7
8 my $harness = TAP::Harness->new( { "verbosity" => -2 });
9 $harness->runtests( "snapshot-test.pm");
10 system( "rm -rf snapshot-working/");