mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-08 23:18:32 +02:00
[src/check-def.sh] Don't report anything if skipping test
This commit is contained in:
parent
f074073355
commit
26aec31f24
1 changed files with 2 additions and 3 deletions
|
|
@ -29,11 +29,10 @@ for def in $defs; do
|
|||
lib=`echo "$lib" | sed 's@.*/@@'`
|
||||
so=.libs/lib${lib}.so
|
||||
|
||||
echo Checking that $so has the same symbol list as $def
|
||||
|
||||
|
||||
test -f "$so" || continue
|
||||
|
||||
echo Checking that $so has the same symbol list as $def
|
||||
|
||||
{
|
||||
echo EXPORTS
|
||||
eval $get_cairo_syms | grep -v '^_cairo_test_\|^_fini\|^_init' | sort -u
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue