[src/check-def.sh] Don't report anything if skipping test

This commit is contained in:
Behdad Esfahbod 2008-05-28 12:07:13 -04:00
parent f074073355
commit 26aec31f24

View file

@ -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