Skip to content

Commit

Permalink
Enable testing of tool
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 12, 2023
1 parent 40a51fa commit 780f2a5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions t/alien_serd.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ use File::Which;
alien_diag 'Alien::Serd';
alien_ok 'Alien::Serd';

# NOTE Disable tool for now
#if( which 'serdi' ) {
# run_ok([ qw(serdi --version) ])
# ->success
# ->out_like(qr/serdi\s+([0-9.]+)/);
#}
if( which 'serdi' ) {
run_ok([ qw(serdi -v) ])
->success
->out_like(qr/serdi\s+([0-9.]+)/);
}

my $xs = <<'END';
#include "EXTERN.h"
Expand Down

0 comments on commit 780f2a5

Please sign in to comment.