From 0c09582171e863cee76c5877312992a253b1e7f1 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Tue, 19 Nov 2019 14:31:28 +0000 Subject: COMPMID-2939 Keep benchmark_examples and validate_examples Remove FIXME comments in Sconscripts referring to the removal of benchmark_examples and validate_examples, as we are keeping them in releases from now on. This is a 19.11 release activity ticket but the patch needs to be backported to master because this applies to all future releases. Signed-off-by: SiCong Li Change-Id: Ifac73ebeaf12c93d6309f73bb011bd275e1fe503 Reviewed-on: https://review.mlplatform.org/c/2334 Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/validate_examples/RunExample.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/validate_examples') diff --git a/tests/validate_examples/RunExample.cpp b/tests/validate_examples/RunExample.cpp index 41ed85138e..f00460a643 100644 --- a/tests/validate_examples/RunExample.cpp +++ b/tests/validate_examples/RunExample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -22,7 +22,6 @@ * SOFTWARE. */ #include "utils/Utils.h" -//FIXME / INTERNAL_ONLY: This file should not be released! #define BENCHMARK_EXAMPLES #include "utils/Utils.cpp" -- cgit v1.2.1