redhat-rpm-config/tests/build-self/runtest.sh
Tom Stellard 1f3e0863cc Convert tests to tmt
Also pull the gcc-fedora-flags test from rpms/gcc and pull the
clang-fedora-flags from rpms/clang.
2022-05-27 15:38:54 +00:00

8 lines
133 B
Bash
Executable File

#!/bin/bash
set -e
spec=$TMT_TREE/redhat-rpm-config.spec
dnf -y build-dep $spec
rpmbuild --define "_sourcedir $TMT_TREE" -ba $spec