diff options
Diffstat (limited to 'test.pl')
-rwxr-xr-x | test.pl | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -10,7 +10,7 @@ use IPC::Open3 qw(open3); use Symbol qw(gensym); use Test::More; -my $tests = 24; +my $tests = 25; my %BUF_SIZE = ( normal => 1024, @@ -172,6 +172,12 @@ SKIP: { like(qx(valgrind $program none/none $infile1 2>&1 >/dev/null), qr/no leaks are possible/, 'valgrind memleaks'); } + { + my $debug = tmpnam(); + is(system("gcc -DDEBUG -o $debug $source"), 0, 'debugging build'); + unlink $debug if -e $debug; + } + print <<'EOT'; Colors ====== |