Skip to content

Commit

Permalink
Fix no-dso builds
Browse files Browse the repository at this point in the history
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#8111)
  • Loading branch information
mattcaswell committed Jan 30, 2019
1 parent fa6b1ee commit 522b11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/recipes/90-test_shlibload.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use platform;

plan skip_all => "Test only supported in a shared build" if disabled("shared");
plan skip_all => "Test is disabled on AIX" if config('target') =~ m|^aix|;
plan skip_all => "Test only supported in a dso build" if disabled("dso");

plan tests => 10;

Expand Down

0 comments on commit 522b11e

Please sign in to comment.