#!/bin/sh

CURDIR=$(dirname `readlink -f $0`)
cd $CURDIR/tests && ./testbuild-linux
