aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/SConscript3
-rw-r--r--tests/benchmark_examples/RunExample.cpp1
-rw-r--r--tests/validate_examples/RunExample.cpp3
3 files changed, 1 insertions, 6 deletions
diff --git a/tests/SConscript b/tests/SConscript
index a062cacaa5..663216906f 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -30,7 +30,6 @@ SConscript('./framework/SConscript', duplicate=0)
# vars is imported from arm_compute:
variables = [
- #FIXME: Remove before release!
BoolVariable("benchmark_examples", "Build benchmark examples programs", True),
BoolVariable("validate_examples", "Build validate examples programs", True),
#FIXME Switch the following two options to False before releasing
@@ -161,7 +160,6 @@ if test_env['validation_tests']:
Default(arm_compute_validation)
Export('arm_compute_validation')
- #FIXME: Remove before release!
if test_env['validate_examples']:
files_validate_examples = [ test_env.Object('validate_examples/RunExample.cpp') ] + [ x for x in common_objects if not "main.o" in str(x)]
arm_compute_validate_examples = []
@@ -196,7 +194,6 @@ if test_env['validation_tests']:
Default(arm_compute_validate_examples)
Export('arm_compute_validate_examples')
-#FIXME: Remove before release!
if test_env['benchmark_examples']:
files_benchmark_examples = test_env.Object('benchmark_examples/RunExample.cpp')
graph_utils = test_env.Object(source="../utils/GraphUtils.cpp", target="GraphUtils")
diff --git a/tests/benchmark_examples/RunExample.cpp b/tests/benchmark_examples/RunExample.cpp
index a7a8be01cc..5c9dd7136e 100644
--- a/tests/benchmark_examples/RunExample.cpp
+++ b/tests/benchmark_examples/RunExample.cpp
@@ -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"
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"