summaryrefslogtreecommitdiff
path: root/tests/bcachefs/32bit.ktest
diff options
context:
space:
mode:
authorKent Overstreet <kmo@daterainc.com>2016-12-21 13:51:37 -0900
committerKent Overstreet <kmo@daterainc.com>2016-12-21 13:51:37 -0900
commit4b72b3866f39a94fc5dfb45eb121ea78d9328085 (patch)
tree0a5e70cf2cab9c4b4b27c3ea34b96ed82c36097e /tests/bcachefs/32bit.ktest
parent3a0361a5656bba439ffde73dbabb739498ef06a3 (diff)
move tests around, delete a bit of dead code
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
+}