diff mbox series

[v13,13/15] tests: don't use ODP_SYSCONFIG_FILE

Message ID 1516010417-3323-14-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v13,1/15] helper: link against libpthread and libodp-linux | expand

Commit Message

Github ODP bot Jan. 15, 2018, 10 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@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.ereminsolenikov@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: 634b380b63de53c65b92c214d91aaf03785d69db
 ** Merge commit sha: 9dbaba7b2769979792f04d62a6c8accf0c6b13df
 **/
 test/Makefile.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

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}