summaryrefslogtreecommitdiff
path: root/tests/Makefile-test-matrix.am.inc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-10-18 21:27:46 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-10-23 20:10:37 +0000
commit2d2f35056c60ed061675f856aece12b92b337e5b (patch)
treeb1758270164e112a34b8e6f09f37489f0185d5ba /tests/Makefile-test-matrix.am.inc
parent9da443f26f2654e205fac51c475ff1cca09f09ec (diff)
downloadflatpak-2d2f35056c60ed061675f856aece12b92b337e5b.tar.gz
Add a test for flatpak info
This exercises the various commandline options. Closes: #2252 Approved by: matthiasclasen
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 fcbfcd97..57e653dc 100644
--- a/tests/Makefile-test-matrix.am.inc
+++ b/tests/Makefile-test-matrix.am.inc
@@ -4,6 +4,8 @@ TEST_MATRIX= \
tests/test-run@user,deltas.wrap \
tests/test-run@system,nodeltas.wrap \
tests/test-run@system,deltas.wrap \
+ tests/test-info@user.wrap \
+ tests/test-info@system.wrap \
tests/test-repo@user.wrap \
tests/test-repo@system.wrap \
tests/test-repo@collections.wrap \
@@ -24,6 +26,7 @@ TEST_MATRIX_DIST= \
$(NULL)
TEST_MATRIX_EXTRA_DIST= \
tests/test-run.sh \
+ tests/test-info.sh \
tests/test-repo.sh \
tests/test-bundle.sh \
tests/test-oci-registry.sh \