forked from rpms/osbuild-composer
3c26cc981f
The unit test uses Golang to directly execute unit tests from dist-git sources. Running unit tests requires all package build dependencies to be installed. Previously, this was handled by explicitly specifying all package build dependencies as a test dependencies. This results in the requirement to update the unit test for any new release with additional build dependency. This information is already encoded in the SPEC file and it is not really specific to the unit test. Move away from specifying package build dependencies as the test dependency and install BuildRequires from the package SPEC as part of the test case. Related: rhbz#2059870 |
||
---|---|---|
.. | ||
scripts | ||
unit.fmf |