add disklist test
and add to makefile Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
571b6f2638
commit
5774fe6262
10
test/run_disk_tests.pl
Executable file
10
test/run_disk_tests.pl
Executable 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" );
|
||||
|
||||
Reference in New Issue
Block a user