aboutsummaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 7b05dcbc5f..bcbd5a2f31 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -115,6 +115,9 @@ filter_pattern = test_env['test_filter']
files_validation += Glob('validation/CPP/' + filter_pattern)
if env['opencl']:
+ if env['experimental_dynamic_fusion'] and not env['embed_kernels']:
+ test_env.Append(CPPDEFINES = ['ENABLE_EXPERIMENTAL_DYNAMIC_FUSION'])
+
filter_pattern = test_env['test_filter']
test_env.Append(CPPDEFINES=['ARM_COMPUTE_CL'])