]> sourceware.org Git - libabigail.git/commitdiff
Fix butchered tests/data/Makefile.am
authorDodji Seketeli <dodji@redhat.com>
Tue, 20 Sep 2022 07:53:40 +0000 (09:53 +0200)
committerDodji Seketeli <dodji@redhat.com>
Tue, 20 Sep 2022 07:53:40 +0000 (09:53 +0200)
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 <dodji@redhat.com>
tests/data/Makefile.am

index 94f3c7bc7b3b6123d90cf6a68f9fc10c484bb1ff..401d4c8cb6b4d445d182596f041d5f42a8547acb 100644 (file)
@@ -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 \
This page took 0.035073 seconds and 5 git commands to generate.