#!/bin/sh

set -e

exec 2>&1

tree=$(pwd)

cd $ADTTMP

sh $tree/test/runall.sh
