2015-12-03 21:30:38 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
2018-03-22 22:26:12 +00:00
|
|
|
rootdir=$(readlink -f $testdir/../..)
|
2018-02-27 22:14:08 +00:00
|
|
|
source $rootdir/test/common/autotest_common.sh
|
2015-12-03 21:30:38 +00:00
|
|
|
|
2019-12-19 23:03:30 +00:00
|
|
|
run_test "ioat_perf" $rootdir/examples/ioat/perf/ioat_perf -t 1
|
2015-12-03 21:30:38 +00:00
|
|
|
|
2019-12-19 23:03:30 +00:00
|
|
|
run_test "ioat_verify" $rootdir/examples/ioat/verify/verify -t 1
|