summaryrefslogtreecommitdiff
path: root/tests/bcache/32bit.ktest
blob: 4952ce996b1066e1d0b4bc7461ac7798a57a341e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env 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

. $(dirname $(readlink -e ${BASH_SOURCE[0]}))/bcache-test-libs.sh

require-kernel-config 64BIT=n

config-timeout 120

test_main()
{
    true
}