summaryrefslogtreecommitdiff
path: root/tests/Makefile-test-matrix.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-03-20 15:35:07 +0100
committerAlexander Larsson <alexl@redhat.com>2020-03-23 17:58:04 +0100
commit77105495965273c180f5852451e26ece2b913f7b (patch)
tree1a247026f607929fa203923938887f653ec9269c /tests/Makefile-test-matrix.am.inc
parent2ac6be91f39668df61e9650f0f6f9c5c50ae3e4d (diff)
downloadflatpak-77105495965273c180f5852451e26ece2b913f7b.tar.gz
tests: Add tests for sideloading apps
Diffstat (limited to 'tests/Makefile-test-matrix.am.inc')
-rw-r--r--tests/Makefile-test-matrix.am.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile-test-matrix.am.inc b/tests/Makefile-test-matrix.am.inc
index 70f8e625..ddf12dce 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-sideload@user.wrap \
+ tests/test-sideload@system.wrap \
tests/test-bundle@user.wrap \
tests/test-bundle@system.wrap \
tests/test-bundle@system-norevokefs.wrap \
@@ -35,6 +37,7 @@ TEST_MATRIX_EXTRA_DIST= \
tests/test-run.sh \
tests/test-info.sh \
tests/test-repo.sh \
+ tests/test-sideload.sh \
tests/test-bundle.sh \
tests/test-oci-registry.sh \
$(NULL)