summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-06-13 18:55:53 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-06-26 15:56:07 +0000
commit11ad3ec5293dbcd6241cdb3220e62785b07b9290 (patch)
tree4fa2c58df5399a0f1d7872b72e2a14394eae1908 /Makefile-tests.am
parent3dd4848c9606f3e8d5e4c974f16be5e910769a5f (diff)
downloadostree-11ad3ec5293dbcd6241cdb3220e62785b07b9290.tar.gz
tests: Add integration tests for collections
Test various pieces of core and command line utility functionality relating to the newly-introduced concept of collections. Mostly focussed around the find-remotes utility, and around handling of collection–refs. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #924 Approved by: cgwalters
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index c21e29f7..cb775320 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -111,6 +111,18 @@ _installed_or_uninstalled_test_scripts = \
tests/test-summary-view.sh \
$(NULL)
+if ENABLE_EXPERIMENTAL_API
+_installed_or_uninstalled_test_scripts += \
+ tests/test-find-remotes.sh \
+ tests/test-fsck-collections.sh \
+ tests/test-init-collections.sh \
+ tests/test-prune-collections.sh \
+ tests/test-refs-collections.sh \
+ tests/test-remote-add-collections.sh \
+ tests/test-summary-collections.sh \
+ $(NULL)
+endif
+
if BUILDOPT_FUSE
_installed_or_uninstalled_test_scripts += tests/test-rofiles-fuse.sh
else