From: Jonathan Dieter Date: Mon, 11 Jun 2018 19:12:48 +0000 (+0300) Subject: Use public headers for abi test X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~220 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=12f34b3db9a9a0f2fee197630f5ec4a027397f41;p=zchunk.git Use public headers for abi test Signed-off-by: Jonathan Dieter --- diff --git a/test/abi.sh b/test/abi.sh index 0a94f39..9943160 100755 --- a/test/abi.sh +++ b/test/abi.sh @@ -15,14 +15,14 @@ find abi -type l -delete # Redump abi/stable cd abi/stable -abi-dumper libzck.so.* -lver `cat zck.h | grep ZCK_VERSION | head -n 1 | awk '{ print $3 }' | sed s/\"//g` +abi-dumper libzck.so.* -lver `cat zck.h | grep ZCK_VERSION | head -n 1 | awk '{ print $3 }' | sed s/\"//g` -public-headers `pwd abi/stable` if [ "$?" -ne 0 ]; then exit 1 fi # Dump abi/new cd ../new -abi-dumper libzck.so.* -lver `cat zck.h | grep ZCK_VERSION | head -n 1 | awk '{ print $3 }' | sed s/\"//g` +abi-dumper libzck.so.* -lver `cat zck.h | grep ZCK_VERSION | head -n 1 | awk '{ print $3 }' | sed s/\"//g` -public-headers `pwd abi/new` if [ "$?" -ne 0 ]; then exit 1 fi