Change-Id: I3d4060b619a3976ffff75c05f86214e3fcd18fb5 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
14 lines
188 B
Bash
Executable File
14 lines
188 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -xe
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
|
rootdir=$testdir/../../..
|
|
source $rootdir/scripts/autotest_common.sh
|
|
|
|
timing_enter log
|
|
|
|
$testdir/log_ut
|
|
|
|
timing_exit log
|