#!/bin/sh

# Uncomment to use root privileges to enable more accurate timings
# run USE_ROOT=1 make check for better timings

id=`date +%y%m%d%H%M%S`
$DEBUGGER ./libept-test $ARGS 2>&1 | tee `pwd`/testrun-$id
echo Output saved in `pwd`/testrun-$id
