mirror of
https://sourceware.org/git/libabigail-tests.git
synced 2025-12-15 22:55:48 +00:00
No description
* test-self-compare-linux.cc (main): Use strcmp instead of using the != operator between two char*. Signed-off-by: Dodji Seketeli <dodji@seketeli.org> |
||
|---|---|---|
| data | ||
| configure.ac | ||
| Makefile.am | ||
| README | ||
| test-abidiff-exit.cc | ||
| test-diff-pkg.cc | ||
| test-self-compare-linux.cc | ||
| test-utils.cc | ||
| test-utils.h | ||
This package contains optional tests of the libabigail package. It is meant to be checked out as a sub-directory of the libabigail source tree, at the same level as its "tests" sub-directory. Usually, this is used as a git submodule of libabigail, that is checked out in a directory named "big-tests", which is at the same level as the "tests" sub-directory of the libabigail source tree. It comes with its own autoconf configuration and its Makefile system does have a 'check' target. The configure script has a --with-libabigail-tools-dir=/path/to/libabigail/tools option to set where to find the libabigail tools used for testing. Usually that path is set to the tools/ sub-directory of the build directory of a libabigail source tree. Ultimately, this package is meant to contain Libabigail regressions tests that are either too slow or too big to be added in the default regression test suite of the Libabigail package itself.