add disklist test

and add to makefile

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2016-10-17 10:31:21 +02:00
committed by Dietmar Maurer
parent 571b6f2638
commit 5774fe6262
3 changed files with 230 additions and 1 deletions

10
test/run_disk_tests.pl Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/perl
use strict;
use warnings;
use TAP::Harness;
my $harness = TAP::Harness->new( { verbosity => -2 });
$harness->runtests( "disklist_test.pm" );