#!/bin/bash

# To use this script, drop a bzImage here and away you go.
# Some examples:
# ./RUNLOCAL
# ./RUNLOCAL -v  -test.run TestTczclient
UROOT_QEMU="qemu-system-x86_64" UROOT_KERNEL=bzImage go test "$@"
