From 6763a7cac6afd22655ed31cec3b4db3b0ca934d9 Mon Sep 17 00:00:00 2001 From: Andrey Ponomarenko Date: Sun, 9 Oct 2016 02:08:52 +0300 Subject: Note about the test suite. --- README | 10 ++++++++++ doc/index.html | 13 ++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/README b/README index 7345b3a..eeaa460 100644 --- a/README +++ b/README @@ -6,6 +6,8 @@ NAME: The tool is intended for developers of software libraries and Linux maintainers who are interested in ensuring backward compatibility, i.e. allow old applications to run or to be recompiled with newer library versions. The tool is developed by Andrey Ponomarenko. You can order additional reports for visualization of the ABI structure and high detailed binary compatibility analysis here: https://abi-laboratory.pro/ + + The tool is a core of the ABI Tracker and Upstream Tracker projects: https://abi-laboratory.pro/tracker/ INSTALL: sudo make install prefix=/usr @@ -54,3 +56,11 @@ USAGE (ORIGINAL): ADV. USAGE: For advanced usage, see doc/index.html or output of -help option. + +TEST SUITE: + The tool is tested properly in the ABI Tracker and Upstream Tracker + projects, by the community and by the internal test suite: + + abi-compliance-checker -test + + There are about 100 basic tests for C and about 200 basic tests for C++ API/ABI breaks. diff --git a/doc/index.html b/doc/index.html index 6375bee..b04d950 100644 --- a/doc/index.html +++ b/doc/index.html @@ -62,7 +62,10 @@

The tool is developed by Andrey Ponomarenko. You can order additional reports for visualization of the ABI structure and high detailed binary compatibility analysis here: https://abi-laboratory.pro/ - + +

+ The tool is a core of the ABI Tracker and Upstream Tracker projects. +
Table of Contents