#!/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 }