diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-05-26 13:49:38 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-05-26 14:18:09 +0300 |
commit | b40fe69c3b15d24f1c18a5a2b9805e2d8ac27870 (patch) | |
tree | fbf2f06770886f7502a90e79823378bef9a1f091 /tests/Makefile.am | |
parent | 75a0d6dcf4a571ddea3857e9e24e3fecc136defd (diff) | |
download | librpm-tizen-b40fe69c3b15d24f1c18a5a2b9805e2d8ac27870.tar.gz librpm-tizen-b40fe69c3b15d24f1c18a5a2b9805e2d8ac27870.tar.bz2 librpm-tizen-b40fe69c3b15d24f1c18a5a2b9805e2d8ac27870.zip |
Add two basic multilib conflict resolution tests
- Add colored binary packages (as there's no guarantee we can build
them from test-suite), test that colored conflicts get resolved
to preferred color.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1e8a750a6..17f1e0f28 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,6 +45,8 @@ EXTRA_DIST += data/SOURCES/hello-2.0.tar.gz EXTRA_DIST += data/RPMS/foo-1.0-1.noarch.rpm EXTRA_DIST += data/RPMS/hello-1.0-1.i386.rpm EXTRA_DIST += data/RPMS/hello-1.0-1.ppc64.rpm +EXTRA_DIST += data/RPMS/hello-2.0-1.i686.rpm +EXTRA_DIST += data/RPMS/hello-2.0-1.x86_64.rpm EXTRA_DIST += data/SRPMS/foo-1.0-1.src.rpm EXTRA_DIST += data/SRPMS/hello-1.0-1.src.rpm |