From 432a7d4845598bf681d968e5ee4ed18fce8496c4 Mon Sep 17 00:00:00 2001 From: Ioan-Cristian Szabo Date: Thu, 12 Oct 2017 09:25:19 +0100 Subject: Porting accumulate tests to the new framework. (COMPMID-626) accumulate_validation (COMPMID-573) accumulate_weighted_validation (COMPMID-574) accumulate_squared_validation Change-Id: I6a0db46e809e03d785515ca51e867bec9c29e376 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/91758 Reviewed-by: Georgios Pinitas Reviewed-by: Pablo Tello Tested-by: Kaizen --- tests/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 007a0aa66a..9c9897ea0e 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -27,10 +27,6 @@ Import('vars') SConscript('./framework/SConscript', duplicate=0) -#FIXME: Remove before release -if env['internal_only']: - SConscript('./validation_old/SConscript', duplicate=0) - # vars is imported from arm_compute: variables = [ BoolVariable("validation_tests", "Build validation test programs", True), -- cgit v1.2.1