Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tests/data: Add ppc64 & ppc64le test binaries.
  • Loading branch information
rwmjones committed Apr 17, 2015
1 parent b2fbd88 commit 58bbb93
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/data/Makefile.am
Expand Up @@ -29,13 +29,17 @@ EXTRA_DIST = \
bin-aarch64-dynamic \
bin-armv7-dynamic \
bin-i586-dynamic \
bin-ppc64-dynamic \
bin-ppc64le-dynamic \
bin-sparc-dynamic \
bin-win32.exe \
bin-win64.exe \
bin-x86_64-dynamic \
lib-aarch64.so \
lib-armv7.so \
lib-i586.so \
lib-ppc64.so \
lib-ppc64le.so \
lib-sparc.so \
lib-win32.dll \
lib-win64.dll \
Expand Down
Binary file added tests/data/bin-ppc64-dynamic
Binary file not shown.
Binary file added tests/data/bin-ppc64le-dynamic
Binary file not shown.
Binary file added tests/data/lib-ppc64.so
Binary file not shown.
Binary file added tests/data/lib-ppc64le.so
Binary file not shown.

0 comments on commit 58bbb93

Please sign in to comment.