Change-Id: I1e70e15236b123608972fab00fddd1d157134a8a Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
13 lines
310 B
Bash
Executable File
13 lines
310 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_perf/event_perf -m 0xF -t 1
|
|
$testdir/reactor/reactor -t 1
|
|
$testdir/reactor_perf/reactor_perf -t 1
|
|
$testdir/subsystem/subsystem_ut
|
|
timing_exit event
|