From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

libconfig is not used in TigerMoth, so let's drop the variable in
test's Makefile.inc.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 377 (lumag:misc-fixes)
 ** https://github.com/Linaro/odp/pull/377
 ** Patch: https://github.com/Linaro/odp/pull/377.patch
 ** Base sha: 49ebafae0edebbc750742d8874ad0a7588286dea
 ** Merge commit sha: c5df42a14c866959ebcb501d64de76a99b6b00d7
 **/
 test/Makefile.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/Makefile.inc b/test/Makefile.inc
index 857de4512..267c28a26 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -27,5 +27,4 @@ endif
 @VALGRIND_CHECK_RULES@
 
 TESTS_ENVIRONMENT = ODP_PLATFORM=${with_platform} \
-                   EXEEXT=${EXEEXT} \
-                   ODP_SYSCONFIG_FILE=none
+                   EXEEXT=${EXEEXT}

Reply via email to