xref: /spdk/test/ioat/ioat.sh (revision eb53c23236cccb6b698b7ca70ee783da1c574b5f)
1#!/usr/bin/env bash
2#  SPDX-License-Identifier: BSD-3-Clause
3#  Copyright (C) 2015 Intel Corporation
4#  All rights reserved.
5#
6testdir=$(readlink -f $(dirname $0))
7rootdir=$(readlink -f $testdir/../..)
8source $rootdir/test/common/autotest_common.sh
9
10run_test "ioat_perf" $SPDK_EXAMPLE_DIR/ioat_perf -t 1
11
12run_test "ioat_verify" $SPDK_EXAMPLE_DIR/verify -t 1
13