mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Add riscv64 test binaries, and new tests of guestfs_file_architecture.
This commit is contained in:
@@ -795,6 +795,8 @@ to specify the QEMU interface emulation to use at run time." };
|
||||
[["file_architecture"; "/bin-ppc64-dynamic"]], "ppc64"), [];
|
||||
InitISOFS, Always, TestResultString (
|
||||
[["file_architecture"; "/bin-ppc64le-dynamic"]], "ppc64le"), [];
|
||||
InitISOFS, Always, TestResultString (
|
||||
[["file_architecture"; "/bin-riscv64-dynamic"]], "riscv64"), [];
|
||||
InitISOFS, Always, TestResultString (
|
||||
[["file_architecture"; "/bin-sparc-dynamic"]], "sparc"), [];
|
||||
InitISOFS, Always, TestResultString (
|
||||
@@ -813,6 +815,8 @@ to specify the QEMU interface emulation to use at run time." };
|
||||
[["file_architecture"; "/lib-ppc64.so"]], "ppc64"), [];
|
||||
InitISOFS, Always, TestResultString (
|
||||
[["file_architecture"; "/lib-ppc64le.so"]], "ppc64le"), [];
|
||||
InitISOFS, Always, TestResultString (
|
||||
[["file_architecture"; "/lib-riscv64.so"]], "riscv64"), [];
|
||||
InitISOFS, Always, TestResultString (
|
||||
[["file_architecture"; "/lib-sparc.so"]], "sparc"), [];
|
||||
InitISOFS, Always, TestResultString (
|
||||
|
||||
@@ -41,6 +41,7 @@ image_files = \
|
||||
$(srcdir)/binaries/bin-mipsel-dynamic \
|
||||
$(srcdir)/binaries/bin-ppc64-dynamic \
|
||||
$(srcdir)/binaries/bin-ppc64le-dynamic \
|
||||
$(srcdir)/binaries/bin-riscv64-dynamic \
|
||||
$(srcdir)/binaries/bin-sparc-dynamic \
|
||||
$(srcdir)/binaries/bin-win32.exe \
|
||||
$(srcdir)/binaries/bin-win64.exe \
|
||||
@@ -52,6 +53,7 @@ image_files = \
|
||||
$(srcdir)/binaries/lib-mipsel.so \
|
||||
$(srcdir)/binaries/lib-ppc64.so \
|
||||
$(srcdir)/binaries/lib-ppc64le.so \
|
||||
$(srcdir)/binaries/lib-riscv64.so \
|
||||
$(srcdir)/binaries/lib-sparc.so \
|
||||
$(srcdir)/binaries/lib-win32.dll \
|
||||
$(srcdir)/binaries/lib-win64.dll \
|
||||
|
||||
@@ -26,6 +26,7 @@ EXTRA_DIST = \
|
||||
bin-mipsel-dynamic \
|
||||
bin-ppc64-dynamic \
|
||||
bin-ppc64le-dynamic \
|
||||
bin-riscv64-dynamic \
|
||||
bin-sparc-dynamic \
|
||||
bin-win32.exe \
|
||||
bin-win64.exe \
|
||||
@@ -37,6 +38,7 @@ EXTRA_DIST = \
|
||||
lib-ppc64.so \
|
||||
lib-ppc64le.so \
|
||||
lib-mipsel.so \
|
||||
lib-riscv64.so \
|
||||
lib-sparc.so \
|
||||
lib-win32.dll \
|
||||
lib-win64.dll \
|
||||
|
||||
BIN
test-data/binaries/bin-riscv64-dynamic
Executable file
BIN
test-data/binaries/bin-riscv64-dynamic
Executable file
Binary file not shown.
BIN
test-data/binaries/lib-riscv64.so
Executable file
BIN
test-data/binaries/lib-riscv64.so
Executable file
Binary file not shown.
Reference in New Issue
Block a user