#!/bin/sh
export TESTDIR=/tmp
export LATTEST="./latencytest -ta"
./do_tests quiet 2 256 0 500000000
exit 0

