summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-05-01 10:59:33 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-05-08 18:48:07 +0000
commitc9244b1bb2152954ecadb27f9285ae51d1055d6d (patch)
tree49a0c1f2a0cea1f1e06c2a8a23718745dcc2673f /Makefile-tests.am
parentc7efe01520d27215be8efa16859d3897896473e4 (diff)
downloadostree-c9244b1bb2152954ecadb27f9285ae51d1055d6d.tar.gz
build: Add --enable-experimental-api configure option for unstable APIs
There are currently no unstable APIs, but some will be added in following commits. They will be built and exposed in the libostree global symbol list iff configured with --enable-experimental-api. Distributions should not package OSTree with --enable-experimental-api. This is designed for previewing new APIs on controlled platforms; any of the APIs hidden behind this option may be changed or removed at any point. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #832 Approved by: cgwalters
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index ab7750d2..14e30b46 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -34,6 +34,7 @@ TESTS_ENVIRONMENT += OT_TESTS_DEBUG=1 \
GI_TYPELIB_PATH=$$(cd $(top_builddir) && pwd)$${GI_TYPELIB_PATH:+:$$GI_TYPELIB_PATH} \
LD_LIBRARY_PATH=$$(cd $(top_builddir)/.libs && pwd)$${LD_LIBRARY_PATH:+:$${LD_LIBRARY_PATH}} \
PATH=$$(cd $(top_builddir)/tests && pwd):$${PATH} \
+ OSTREE_FEATURES="$(OSTREE_FEATURES)" \
$(NULL)
if BUILDOPT_ASAN
TESTS_ENVIRONMENT += OT_SKIP_READDIR_RAND=1 G_SLICE=always-malloc