summaryrefslogtreecommitdiff
path: root/test/install/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/install/README.md')
-rw-r--r--test/install/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/install/README.md b/test/install/README.md
new file mode 100644
index 000000000..21e5ab26d
--- /dev/null
+++ b/test/install/README.md
@@ -0,0 +1,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. \ No newline at end of file