summaryrefslogtreecommitdiffstats
path: root/src/spdk/test/ioat/ioat.sh
blob: 705aedcef4a25ea77588cf2ab1cdaba338abb8bf (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

testdir=$(readlink -f $(dirname $0))
rootdir=$(readlink -f $testdir/../..)
source $rootdir/test/common/autotest_common.sh

run_test "ioat_perf" $SPDK_EXAMPLE_DIR/ioat_perf -t 1

run_test "ioat_verify" $SPDK_EXAMPLE_DIR/verify -t 1