From 12f34b3db9a9a0f2fee197630f5ec4a027397f41 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Mon, 11 Jun 2018 22:12:48 +0300 Subject: [PATCH] Use public headers for abi test Signed-off-by: Jonathan Dieter --- test/abi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2