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: 3c1b82834c36bc66d397aedd2f80da45160eae2d
 **/
 test/Makefile.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/Makefile.inc b/test/Makefile.inc
index 0b5b66dd0..192dab221 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -33,5 +33,4 @@ AM_LDFLAGS = -L$(LIB) -static
 @VALGRIND_CHECK_RULES@
 
 TESTS_ENVIRONMENT = ODP_PLATFORM=${with_platform} \
-                   EXEEXT=${EXEEXT} \
-                   ODP_SYSCONFIG_FILE=none
+                   EXEEXT=${EXEEXT}

Reply via email to