aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-06-02 02:06:25 +0200
committerRichard Levitte <levitte@openssl.org>2016-06-02 03:12:04 +0200
commita182e546c74aff8ce1a15c7b626fbb428bf0d0f4 (patch)
treefa0b2b8b60b25e58856f2f0d7ff88a398d680842 /test/recipes
parentade82832cd4b9d990dfdcbfea82e8f2fdd65f45a (diff)
downloadopenssl-a182e546c74aff8ce1a15c7b626fbb428bf0d0f4.tar.gz
Testing symbol presence: also take note of small objects
The S symbol class wasn't checked. Notified by Sebastian Andrzej Siewior Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/01-test_symbol_presence.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/01-test_symbol_presence.t b/test/recipes/01-test_symbol_presence.t
index 619519c5b5..32827f573e 100644
--- a/test/recipes/01-test_symbol_presence.t
+++ b/test/recipes/01-test_symbol_presence.t
@@ -57,7 +57,7 @@ foreach my $libname (@libnames) {
note "Number of lines in \@def_lines before massaging: ", scalar @def_lines;
# Massage the nm output to only contain defined symbols
- @nm_lines = sort map { s| .*||; $_ } grep(m|.* [BCDT] .*|, @nm_lines);
+ @nm_lines = sort map { s| .*||; $_ } grep(m|.* [BCDST] .*|, @nm_lines);
# Massage the mkdef.pl output to only contain global symbols
# The output we got is in Unix .map format, which has a global