Loading TBBTestSuite/Tests.pm +9 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,15 @@ our @tests = ( check_output => sub { $_[0] =~ m/Type:\s+DYN/ }, enable => sub { $options->{os} eq 'Linux' }, }, { name => 'readelf_no_rpath', type => 'command', descr => 'Check for no rpath', files => \&tbb_binfiles, command => [ 'readelf', '-d' ], check_output => sub { ! ( $_[0] =~ m/RPATH/ ) }, enable => sub { $options->{os} eq 'Linux' }, }, { name => 'tor_httpproxy', type => 'tor_bootstrap', Loading Loading
TBBTestSuite/Tests.pm +9 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,15 @@ our @tests = ( check_output => sub { $_[0] =~ m/Type:\s+DYN/ }, enable => sub { $options->{os} eq 'Linux' }, }, { name => 'readelf_no_rpath', type => 'command', descr => 'Check for no rpath', files => \&tbb_binfiles, command => [ 'readelf', '-d' ], check_output => sub { ! ( $_[0] =~ m/RPATH/ ) }, enable => sub { $options->{os} eq 'Linux' }, }, { name => 'tor_httpproxy', type => 'tor_bootstrap', Loading