]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/test/lib/env/env.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / spdk / test / lib / env / env.sh
1 #!/usr/bin/env bash
2
3 set -e
4
5 testdir=$(readlink -f $(dirname $0))
6 rootdir=$(readlink -f $testdir/../../..)
7 source $rootdir/scripts/autotest_common.sh
8
9 timing_enter env
10
11 timing_enter vtophys
12 $testdir/vtophys/vtophys
13 timing_exit vtophys
14
15 timing_enter pci
16 $testdir/pci/pci_ut
17 timing_exit pci
18
19 timing_exit env