#!/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 "$@"