summaryrefslogtreecommitdiff
path: root/tests/Makefile-test-matrix.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-09-03 16:06:06 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2019-09-06 12:49:40 +0000
commit9ec61ae328b0a428c0a15fa883ea41cfceb25fca (patch)
tree8a3024d298c5da9e2db266377bcbe13c5df5470f /tests/Makefile-test-matrix.am.inc
parent52e20d4a59d11a6b6c3bb5f2117bbc5249515d59 (diff)
downloadflatpak-9ec61ae328b0a428c0a15fa883ea41cfceb25fca.tar.gz
tests: Add tests for oci registries using labels instead of annotations
Closes: #2978 Approved by: alexlarsson
Diffstat (limited to 'tests/Makefile-test-matrix.am.inc')
-rw-r--r--tests/Makefile-test-matrix.am.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makefile-test-matrix.am.inc b/tests/Makefile-test-matrix.am.inc
index 5ffed7d7..e6d68970 100644
--- a/tests/Makefile-test-matrix.am.inc
+++ b/tests/Makefile-test-matrix.am.inc
@@ -16,8 +16,10 @@ TEST_MATRIX= \
tests/test-bundle@user.wrap \
tests/test-bundle@system.wrap \
tests/test-bundle@system-norevokefs.wrap \
- tests/test-oci-registry@user.wrap \
- tests/test-oci-registry@system.wrap \
+ tests/test-oci-registry@user,annotations.wrap \
+ tests/test-oci-registry@user,labels.wrap \
+ tests/test-oci-registry@system,annotations.wrap \
+ tests/test-oci-registry@system,labels.wrap \
tests/test-p2p-security@user,collections.wrap \
tests/test-p2p-security@system,collections.wrap \
$(NULL)