From 9f3005da9e223e160f531303d0d1303d3e665fe3 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Fri, 25 Sep 2009 20:51:15 +0000 Subject: test strip_and_check_elf_files also --- test.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.1