Skip to content
Snippets Groups Projects
Commit ddb2d20d authored by Niels Möller's avatar Niels Möller
Browse files

Allow symbols to start with a dot.

Rev: src/nettle/testsuite/symbols-test:1.2
parent c12694be
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ if [ -z "$srcdir" ] ; then
srcdir=`pwd`
fi
nm ../libnettle.a | grep ' [DRT] ' | egrep -v ' _?nettle_|memxor' \
nm ../libnettle.a | grep ' [DRT] ' | egrep -v ' \.?(_?nettle_|memxor)' \
| sort -k3 > test1.out
if [ -s test1.out ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment