summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-12-07 21:16:52 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2016-12-08 16:04:16 +0000
commit7f2830cb4e234c89a5aeaf600717d291ec09a6c0 (patch)
tree117f39990d78ec2531ef8d2768e5cccf3f5612e0 /Makefile-tests.am
parent7519457382b91b7a0fc103d8ebe7e9db2c35b347 (diff)
downloadostree-7f2830cb4e234c89a5aeaf600717d291ec09a6c0.tar.gz
build: Make libsoup optional again
The "remote cookies" code broke this. While I'm not sure anyone is actually using ostree-without-http, it isn't too hard to keep the build time conditional going. Further, this work is preparatory for libcurl porting. Closes: #621 Approved by: jlebon
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index d4685237..5782fcbd 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -44,7 +44,6 @@ dist_test_scripts = \
tests/test-pull-subpath.sh \
tests/test-archivez.sh \
tests/test-remote-add.sh \
- tests/test-remote-cookies.sh \
tests/test-remote-headers.sh \
tests/test-remote-gpg-import.sh \
tests/test-commit-sign.sh \
@@ -101,6 +100,10 @@ else
EXTRA_DIST += tests/test-rofiles-fuse.sh
endif
+if USE_LIBSOUP
+dist_test_scripts += tests/test-remote-cookies.sh
+endif
+
# This one uses corrupt-repo-ref.js
js_tests = tests/test-corruption.sh
if BUILDOPT_GJS