xref: /spdk/test/packaging/packaging.sh (revision c680e3a05b1a903c18bf3f75b732765607126f45)
1#!/usr/bin/env bash
2#  SPDX-License-Identifier: BSD-3-Clause
3#  Copyright (C) 2022 Intel Corporation
4#  All rights reserved.
5#
6
7testdir=$(readlink -f "$(dirname "$0")")
8rootdir=$(readlink -f "$testdir/../../")
9source "$rootdir/test/common/autotest_common.sh"
10
11run_test "rpm_packaging" "$testdir/rpm/rpm.sh"
12