diff mbox

[PATCHv4,8/8] validation: removing obsolete environment variable

Message ID 1433850261-1302-9-git-send-email-christophe.milard@linaro.org
State Superseded
Headers show

Commit Message

Christophe Milard June 9, 2015, 11:44 a.m. UTC
These are no longer referenced and should not be used as they introduce
platform dependency which should no longer occur in this platform
agnostic part.

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/Makefile.am | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
index 0c69636..6968301 100644
--- a/test/validation/Makefile.am
+++ b/test/validation/Makefile.am
@@ -4,8 +4,6 @@  include $(top_srcdir)/test/Makefile.inc
 AM_CFLAGS += -I$(srcdir)/common
 AM_LDFLAGS += -static
 
-TESTS_ENVIRONMENT = ODP_PLATFORM=${with_platform} TEST_DIR=${builddir}
-
 EXECUTABLES = odp_buffer \
 	      odp_classification \
 	      odp_cpumask \