aboutsummaryrefslogtreecommitdiff
path: root/test/install/README.md
blob: 7150314a67fc6ef122439f45740f78f006d3751e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Installation Tests

The Dockerfiles in this directory attempt to install the RPMs built from this
repo into the target OS. Make the RPMs first with:

```
make -f .copr/Makefile srpm outdir=test/install/rpms
make -f .copr/Makefile build_binary outdir=test/install/rpms
```

Then, run a container image build using the Dockerfiles in this directory.