summaryrefslogtreecommitdiff
path: root/tests/bcachefs/32bit.ktest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bcachefs/32bit.ktest')
-rw-r--r--tests/bcachefs/32bit.ktest14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/bcachefs/32bit.ktest b/tests/bcachefs/32bit.ktest
new file mode 100644
index 0000000..164cb33
--- /dev/null
+++ b/tests/bcachefs/32bit.ktest
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+# Note: create-vm-image doesn't create a vm with a 32 bit userland, so we're not
+# going to be able to run much with this kernel - this is really just for
+# checking if it builds
+
+require-lib bcache-test-libs.sh
+
+require-kernel-config 64BIT=n
+
+main()
+{
+ true
+}