2016-05-24 11:04:20 -07:00
|
|
|
#!/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
|
2016-07-26 12:56:07 -07:00
|
|
|
$testdir/reactor/reactor -t 1
|
2016-05-24 11:04:20 -07:00
|
|
|
$testdir/subsystem/subsystem_ut
|
|
|
|
timing_exit event
|