libabigail/tests/data/test-diff-dwarf/test46-readme.txt
Dodji Seketeli 6e9b2ae423 Fix a typo in the recent Rust support and update regression tests
* configure.ac: Fix the typo HAS_LANG_Rust into HAS_DW_LANG_Rust.
	* tests/data/test-diff-dwarf/test46-readme.txt: Add new file to
	the test suite.
	* tests/data/test-diff-dwarf/test46-rust-libone.so: Likewise.
	* tests/data/test-diff-dwarf/test46-rust-libtwo.so: Likewise.
	* tests/data/test-diff-dwarf/test46-rust-report-0.txt: Likewise.
	* tests/test-diff-dwarf.cc (in_out_specs): Update the tests array
	to compare the two new binaries included above.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2019-01-24 10:35:05 +01:00

4 lines
201 B
Plaintext

The test46-rust-libone.so and test46-rust-libtwo.so binaries come from
the project https://gitlab.gnome.org/federico/abi-rust. The binaries
there are libone.so and libtwo.so, renamed accordingly here.