From a4a1414fab95e7600dbba94e244c75a11b3eb7ce Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 3 Oct 2009 00:02:59 +1300 Subject: [PATCH] TestBed: Add test layer for code with optional missing libraries --- test-suite/buildtests/layer-05-nodeps-esi.opts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test-suite/buildtests/layer-05-nodeps-esi.opts diff --git a/test-suite/buildtests/layer-05-nodeps-esi.opts b/test-suite/buildtests/layer-05-nodeps-esi.opts new file mode 100644 index 0000000000..5d7b751ff4 --- /dev/null +++ b/test-suite/buildtests/layer-05-nodeps-esi.opts @@ -0,0 +1,16 @@ +# +# +# Component Missing Libraries Check - everything MUST work at this level +MAKETEST="distcheck" +# +# Currently tested components with plug-in-play capability: +# +# ESI - optional libexpat, libxml2 +# +# NP: there must be no overlap in code for plugging the libraries in/out. +# this means we can test the absence of all in one run and save time. +# +OPTS="--enable-esi --without-expat --without-xml2" + +# Fix the distclean testing. +export DISTCHECK_CONFIGURE_FLAGS="${OPTS}" -- 2.47.2