Unverified Commit ddbdb57c authored by boklm's avatar boklm
Browse files

Add readelf_no_rpath test

parent 32b3935d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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',