2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-22 10:09:06 +00:00
qpdf/libtests/qtest/cxx11.test
2019-11-09 08:18:02 -05:00

17 lines
300 B
Perl

#!/usr/bin/env perl
require 5.008;
use warnings;
use strict;
require TestDriver;
my $td = new TestDriver('c++-11');
$td->runtest("C++-11",
{$td->COMMAND => "cxx11"},
{$td->STRING => "assertions passed\n",
$td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->report(1);