#!/bin/sh

workdir=$(dirname `realpath $0`)
cd ${workdir}/testing
./RUNTESTS
