summaryrefslogtreecommitdiff
path: root/tests/Makefile-test-matrix.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-10-21 14:05:25 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2020-10-29 15:30:35 +0100
commit12fd8332da6a15f5a67bddc542949301f804c145 (patch)
treee47d79cf2f486600f59611da71f950735c547c65 /tests/Makefile-test-matrix.am.inc
parent0d2cf085afc75d2e7d66d75dfa34fd5e6ed31999 (diff)
downloadflatpak-12fd8332da6a15f5a67bddc542949301f804c145.tar.gz
tests: Test stuff with the old (non-indexed) summary format too
Diffstat (limited to 'tests/Makefile-test-matrix.am.inc')
-rw-r--r--tests/Makefile-test-matrix.am.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile-test-matrix.am.inc b/tests/Makefile-test-matrix.am.inc
index b65d970e..66806b27 100644
--- a/tests/Makefile-test-matrix.am.inc
+++ b/tests/Makefile-test-matrix.am.inc
@@ -11,6 +11,8 @@ TEST_MATRIX= \
tests/test-repo@user.wrap \
tests/test-repo@system.wrap \
tests/test-repo@system-norevokefs.wrap \
+ tests/test-repo@user,oldsummary.wrap \
+ tests/test-repo@system,oldsummary.wrap \
tests/test-sideload@user.wrap \
tests/test-sideload@system.wrap \
tests/test-bundle@user.wrap \
@@ -18,6 +20,8 @@ TEST_MATRIX= \
tests/test-bundle@system-norevokefs.wrap \
tests/test-oci-registry@user.wrap \
tests/test-oci-registry@system.wrap \
+ tests/test-update-remote-configuration@newsummary.wrap \
+ tests/test-update-remote-configuration@oldsummary.wrap \
tests/test-update-portal@user.wrap \
tests/test-update-portal@system.wrap \
$(NULL)
@@ -30,7 +34,6 @@ TEST_MATRIX_DIST= \
tests/test-default-remotes.sh \
tests/test-extensions.sh \
tests/test-oci.sh \
- tests/test-update-remote-configuration.sh \
tests/test-override.sh \
tests/test-auth.sh \
tests/test-unused.sh \
@@ -42,5 +45,6 @@ TEST_MATRIX_EXTRA_DIST= \
tests/test-sideload.sh \
tests/test-bundle.sh \
tests/test-oci-registry.sh \
+ tests/test-update-remote-configuration.sh \
tests/test-update-portal.sh \
$(NULL)