aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.pl b/test.pl
index 3958ec9..8df717a 100755
--- a/test.pl
+++ b/test.pl
@@ -5,7 +5,7 @@ use strict;
use warnings;
use IPC::Run qw/run/;
-use Test::More tests => 48;
+use Test::More tests => 54;
use FindBin;
use File::Temp qw/tempdir/;
@@ -23,6 +23,7 @@ foreach my $prog qw/
remove_info_dir
fix_pamd
fix_eol
+ strip_and_check_elf_files
/ {
($out, $err) = run_prog($prog);