From d8cd04f8583b05076dafe34496b53731062b6060 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 18 Feb 2010 11:39:08 +0100 Subject: * abicheck/ - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker --- abicheck/run_abi_test | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 abicheck/run_abi_test (limited to 'abicheck/run_abi_test') diff --git a/abicheck/run_abi_test b/abicheck/run_abi_test new file mode 100755 index 000000000..120d0c641 --- /dev/null +++ b/abicheck/run_abi_test @@ -0,0 +1,6 @@ +#!/bin/sh + +LIBPATH=$(find /usr/lib/ -type f -name "libapt-pkg*") +sed s#@installed_libapt@#$LIBPATH# apt_installed.xml.in > apt_installed.xml + +perl abi-compliance-checker.pl -l apt -d1 apt_installed.xml -d2 apt_build.xml -- cgit v1.2.3