From 8795ffb03c1bb84a0d93e4ece153ceaa86118594 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 1 Dec 2017 16:13:40 +0000 Subject: COMPMID-700: Adds CPPPermute function Change-Id: I8f6adc67f6e6157710fca540f217d70e6f297217 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111721 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com Reviewed-by: Anthony Barbier --- tests/SConscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 37ec95f589..240a8fba45 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -87,6 +87,10 @@ files_validation += Glob('validation/reference/*.cpp') files_validation += Glob('validation/UNIT/*/*.cpp') files_validation += Glob('validation/UNIT/*.cpp') +# Add CPP tests +filter_pattern = test_env['test_filter'] +files_validation += Glob('validation/CPP/' + filter_pattern) + if env['opencl']: Import('opencl') filter_pattern = test_env['test_filter'] -- cgit v1.2.1