1
Fork 0
mirror of https://sourceware.org/git/libabigail-tests.git synced 2025-12-15 22:55:48 +00:00
No description
Find a file
Dodji Seketeli 54686ed675 test-self-compare-linux.cc: Fix some compilation warnings
* test-self-compare-linux.cc (main): Use strcmp instead of using
	the != operator between two char*.

Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
2025-08-27 18:05:50 +02:00
data test-abidiff-exit: Add a new test for the fix to PR31642 2025-03-31 18:36:54 +02:00
configure.ac configure.ac: Fix the default path to the include dir 2024-08-23 11:14:16 +02:00
Makefile.am test-diff-pkg: Add new test harness 2024-09-30 11:17:41 +02:00
README Initial import 2024-07-12 11:24:14 +02:00
test-abidiff-exit.cc test-abidiff-exit: Add a new test for the fix to PR31642 2025-03-31 18:36:54 +02:00
test-diff-pkg.cc test-diff-pkg: Add new kernel packages sets to test set comparison 2025-02-05 15:00:49 +01:00
test-self-compare-linux.cc test-self-compare-linux.cc: Fix some compilation warnings 2025-08-27 18:05:50 +02:00
test-utils.cc Initial import 2024-07-12 11:24:14 +02:00
test-utils.h Initial import 2024-07-12 11:24:14 +02:00

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.