Add instructions how to install build-deps in test/README

serves as a reference and will also help less experienced folks
This commit is contained in:
Alexander Todorov 2020-03-04 14:23:38 +02:00 committed by Ondřej Budai
parent 4690320503
commit 44889842bd

View file

@ -9,6 +9,8 @@ command line interface. Implementation is under `cmd/osbuild-tests/`.
The easiest way to get started with integration testing from a git
checkout is:
* `dnf -y install rpm-build`
* `dnf -y builddep golang-github-osbuild-composer.spec`
* `make rpm` to build the software under test
* `dnf install output/x86_64/golang-github-osbuild-composer-*.rpm` - this will
install both osbuild-composer, its -debuginfo, -debugsource and -tests packages