From: Dodji Seketeli Date: Tue, 20 Sep 2022 07:53:40 +0000 (+0200) Subject: Fix butchered tests/data/Makefile.am X-Git-Tag: libabigail-2.1~14 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=cf1a1fc96855ae411025f2d1b420220995f8eb5e;p=libabigail.git Fix butchered tests/data/Makefile.am In a previous patch, some file paths were butchered. Ooops. Fixed thus. * tests/data/Makefile.am: Fix test file paths. Signed-off-by: Dodji Seketeli --- diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 94f3c7bc..401d4c8c 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -599,9 +599,9 @@ test-read-dwarf/test-libaaudio.so.abi \ test-read-dwarf/PR28584/PR28584-smv.cc \ test-read-dwarf/PR28584/PR28584-smv.clang.o \ test-read-dwarf/PR28584/PR28584-smv.clang.o.abi \ -tests/data/test-read-dwarf/PR29443-missing-xx.cc \ -tests/data/test-read-dwarf/PR29443-missing-xx.o \ -tests/data/test-read-dwarf/PR29443-missing-xx.o.abi \ +test-read-dwarf/PR29443-missing-xx.cc \ +test-read-dwarf/PR29443-missing-xx.o \ +test-read-dwarf/PR29443-missing-xx.o.abi \ \ test-read-ctf/test0 \ test-read-ctf/test0.abi \ @@ -717,7 +717,7 @@ test-annotate/libtest24-drop-fns.so.abi \ test-annotate/test-anonymous-members-0.cc \ test-annotate/test-anonymous-members-0.o \ test-annotate/test-anonymous-members-0.o.abi \ -tests/data/test-annotate/PR29443-missing-xx.o.annotated.abi \ +test-annotate/PR29443-missing-xx.o.annotated.abi \ \ test-types-stability/pr19434-elf0 \ test-types-stability/pr19139-DomainNeighborMapInst.o \