diff mbox series

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

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

Commit Message

Github ODP bot Jan. 3, 2018, 3 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: 49ebafae0edebbc750742d8874ad0a7588286dea
 ** Merge commit sha: 3bb30027436d5acc0d387f475d127a6f7ed86496
 **/
 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 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}