Watch
1
Fork
You've already forked libabigail-tests-mirror
0
mirror of https://sourceware.org/git/libabigail-tests.git synced 2026-09-10 18:43:57 +00:00
No description
  • C++ 84.8%
  • M4 12.8%
  • Makefile 2.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Dodji Seketeli c7a4ca4605 test-diff-pkg: Update reference output for kernel-sets-1 test.
With the multithreading branch, a more added function & variable are
now visible.

	* data/test-diff-pkg/kernel-sets-1/kernel-sets-1-report.txt: Adjust.

Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
2026-08-06 14:26:49 +02:00
data test-diff-pkg: Update reference output for kernel-sets-1 test. 2026-08-06 14:26:49 +02:00
configure.ac configure: Update C++ spec to C++14 2026-08-06 14:04:57 +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 tests/*: Adjust to new multithreading enablement 2026-08-06 14:04:57 +02:00
test-diff-pkg.cc test-diff-pkg.cc: Add self comparison for llvm-libs and qt6-qtbase 2026-08-06 14:04:58 +02:00
test-self-compare-linux.cc tests/*: Adjust to new multithreading enablement 2026-08-06 14:04:57 +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.