#!/usr/bin/env bash

scriptroot="`dirname \"$0\"`"
package="$1"

"${scriptroot}/${package}/test"
