summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-10-03 01:30:22 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-10-03 01:30:24 +0200
commit34623c520c66df73663a6e02a05551e7330b9e5e (patch)
tree16059fd3592e0abb2b277e5f3a55de3188636c68 /tests
parent89fb5e1d39a5afab4d4fab02669c35c5e9e4fc9d (diff)
Xen: do not check for multiboot format
The xen build is not multiboot.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefrag.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefrag.am b/tests/Makefrag.am
index 646cf513..2723f64a 100644
--- a/tests/Makefrag.am
+++ b/tests/Makefrag.am
@@ -20,5 +20,7 @@
# Tests.
#
+if !PLATFORM_xen
TESTS += \
tests/test-multiboot
+endif