Change-Id: Iba90db6d8853dde972b4eec2c35eb44eeddae780 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
11 lines
230 B
Bash
Executable File
11 lines
230 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
|
rootdir=$testdir/../../..
|
|
source $rootdir/scripts/autotest_common.sh
|
|
|
|
timing_enter event
|
|
$testdir/event/event -m 0xF -t 5
|
|
$testdir/subsystem/subsystem_ut
|
|
timing_exit event
|