2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-26 23:23:34 +00:00
qpdf/libtests/qtest/sparse_array.test
2019-08-17 23:02:41 -04:00

17 lines
343 B
Perl

#!/usr/bin/env perl
require 5.008;
use warnings;
use strict;
require TestDriver;
my $td = new TestDriver('sparse array');
$td->runtest("sparse_array",
{$td->COMMAND => "sparse_array"},
{$td->STRING => "sparse array tests done\n",
$td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->report(1);