~uusijani/apt/uusi-branch

« back to all changes in this revision

Viewing changes to abicheck/run_abi_test

* abicheck/
  - add new abitest tester using the ABI Compliance Checker from
    http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
LIBPATH=$(find /usr/lib/ -type f  -name "libapt-pkg*")
 
4
sed s#@installed_libapt@#$LIBPATH# apt_installed.xml.in > apt_installed.xml
 
5
 
 
6
perl abi-compliance-checker.pl -l apt -d1 apt_installed.xml -d2 apt_build.xml