summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/hello_hexagon.ko.bz2bin0 -> 11184 bytes
-rwxr-xr-xtests/run-strip-reloc-ko.sh3
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 40e0eaa5..b7fb7238 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -320,7 +320,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \
hello_i386.ko.bz2 hello_x86_64.ko.bz2 \
hello_ppc64.ko.bz2 hello_s390.ko.bz2 hello_aarch64.ko.bz2 \
hello_m68k.ko.bz2 hello_riscv64.ko.bz2 hello_csky.ko.bz2 \
- hello_arc_hs4.ko.bz2 \
+ hello_arc_hs4.ko.bz2 hello_hexagon.ko.bz2 \
run-unstrip-test.sh run-unstrip-test2.sh \
testfile-info-link.bz2 testfile-info-link.debuginfo.bz2 \
testfile-info-link.stripped.bz2 run-unstrip-test3.sh \
diff --git a/tests/hello_hexagon.ko.bz2 b/tests/hello_hexagon.ko.bz2
new file mode 100644
index 00000000..e60d2c1b
--- /dev/null
+++ b/tests/hello_hexagon.ko.bz2
Binary files differ
diff --git a/tests/run-strip-reloc-ko.sh b/tests/run-strip-reloc-ko.sh
index 55fa74db..7bc685e6 100755
--- a/tests/run-strip-reloc-ko.sh
+++ b/tests/run-strip-reloc-ko.sh
@@ -4,7 +4,7 @@
testfiles hello_i386.ko hello_x86_64.ko hello_ppc64.ko hello_s390.ko \
hello_aarch64.ko hello_m68k.ko hello_riscv64.ko hello_csky.ko \
- hello_arc_hs4.ko
+ hello_arc_hs4.ko hello_hexagon.ko
# Most simple hello world kernel module for various architectures.
# Make sure that it contains debuginfo with CONFIG_DEBUG_INFO=y.
@@ -47,5 +47,6 @@ runtest hello_m68k.ko 1
runtest hello_riscv64.ko 1
runtest hello_csky.ko 1
runtest hello_arc_hs4.ko 1
+runtest hello_hexagon.ko 1
exit $runtest_status