mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-23 18:22:08 +00:00
dc52d64609
This script parses the output of runtestreaddwarf (that output is non-empty when the reference output *.abi files need updating, but when there is no ABI change error). As a result, the script emits a series of "cp <source-file> <destination-file>" command to issue, to update the reference output of the runtestreaddwarf test program. To use this script to update the reference output *.abi files for runtestreaddwarf, <build-dir>/tests/runtestreaddwarf > changed-output.txt python update-test-read-dwarf-output.py changed-output.txt > shell-update-commands.sh sh shell-update-commands.sh * tests/update-test-read-dwarf-output.py: New helper python program. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
data | ||
Makefile.am | ||
print-diff-tree.cc | ||
runtestcanonicalizetypes.sh.in | ||
test-abicompat.cc | ||
test-abidiff.cc | ||
test-alt-dwarf-file.cc | ||
test-core-diff.cc | ||
test-diff2.cc | ||
test-diff-dwarf.cc | ||
test-diff-filter.cc | ||
test-diff-pkg.cc | ||
test-diff-suppr.cc | ||
test-dot.cc | ||
test-ir-walker.cc | ||
test-lookup-syms.cc | ||
test-read-dwarf.cc | ||
test-read-write.cc | ||
test-svg.cc | ||
test-utils.cc | ||
test-utils.h | ||
test-write-read-archive.cc | ||
update-test-read-dwarf-output.py |