COMPMID-556: Allow building only specific validation tests using the option variable test_filter.

This is particularly useful when building the tests for running them on Fast models because it reduces considerably
the execution time on the MODELS mainly due to the fact that there are fewer test suites in the executable.

Usage example:
PATH=$PATH:/work/local_tools/gcc-linaro-6.2.1-2016.11-x86_64_aarch64-linux-gnu/bin/ scons arch=arm64-v8a neon=1 opencl=0 openvx=0 opencv=0 Werror=0  validation_tests=1 benchmark_tests=0 debug=0 Werror=0 asserts=1 examples=0 cppthreads=0 openmp=0 standalone=1 test_filter=GEMMLowp.* -j9

Will build only the NEON GEMMLowp tests as a standalone binary.

Change-Id: I5cfb242d32276408e42da68c17455ea375902156
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/95052
Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
1 file changed