summaryrefslogtreecommitdiff
path: root/tests/bcachefs/32bit.ktest
blob: 044b2e7c8c72cf5c85da6ecd0f3e545e331aef55 (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

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

config-arch x86

config-timeout 30

test_boot()
{
    true
}

main "$@"