1 #!perl
2
3 use Test::More;
4
5 my $binary = 'bin/amdumpext';
6
7 ok -f $binary => 'binary exists';
8
9
10 done_testing;