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 9, 2023
1 parent ec8aec1 commit ad41fb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions t/alien_sord.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ use Test2::V0;
use Test::Alien;
use Test::Alien::Diag;
use Alien::Sord;
use File::Which;

alien_diag 'Alien::Sord';
alien_ok 'Alien::Sord';

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

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

0 comments on commit ad41fb5

Please sign in to comment.