Don't use the .so extension on test assets
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 4 May 2016 18:36:19 +0000 (14:36 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 May 2016 20:53:37 +0000 (16:53 -0400)
commit24d3147c95166e660f0b41c4657cd2f02aaca77f
tree0d0806c431b052fd78d8071fe5bb7091e9e50f31
parent86c86ab8206488873b3af3ae60977b6365189fc4
Don't use the .so extension on test assets

Some packaging systems, such as dpkg-source in native mode used by
Debian's daily build system, will filter out files considered unclean
prior to the build. This behavior causes our test assets to be deleted
which, subsequently, fails the make check.

Since we do not require the .so extension and these files should be
treated as blobs, we rename them to "_so".

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
13 files changed:
tests/debuginfo-data/README.md
tests/debuginfo-data/libhello.so [deleted file]
tests/debuginfo-data/libhello_build_id.so [deleted file]
tests/debuginfo-data/libhello_build_id_so [new file with mode: 0644]
tests/debuginfo-data/libhello_debug_link.so [deleted file]
tests/debuginfo-data/libhello_debug_link.so.debug [deleted file]
tests/debuginfo-data/libhello_debug_link_so [new file with mode: 0644]
tests/debuginfo-data/libhello_debug_link_so.debug [new file with mode: 0644]
tests/debuginfo-data/libhello_elf.so [deleted file]
tests/debuginfo-data/libhello_elf_so [new file with mode: 0644]
tests/debuginfo-data/libhello_so [new file with mode: 0644]
tests/lib/test_bin_info.c
tests/lib/test_dwarf.c
This page took 0.024918 seconds and 4 git commands to generate.