#!/bin/sh
#
# normal tests
#
# ./do_my_tests [result-dir]
#
export TESTDIR=/abuild/tmp
export LATTEST="./latencytest -ta -dhw:0,0 -u -c0.1"
./do_tests quiet 4 2048 0 500000000 $*
exit 0
