mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
The local parsing of arguments in test_select.c throws away any unknown arguments. Pass these to parseCustomParam() before the local argument parsing, so that the offline compilation options work as expected. Fixes #327. Signed-off-by: Stuart Brady <stuart.brady@arm.com>