summaryrefslogtreecommitdiff
path: root/tests/bcachefs/32bit.ktest
blob: daf6450893186eb873cc7582526e757913cad44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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

config-arch x86

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

config-timeout 30

test_boot()
{
    true
}

main "$@"