mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix listing tests in gl testing (#2530)
This commit is contained in:
@@ -200,7 +200,7 @@ int main(int argc, const char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if (argc > 1 && strcmp(argv[1], "-list") == 0)
|
||||
if (gListTests)
|
||||
{
|
||||
log_info("Available 2.x tests:\n");
|
||||
for (int i = 0; i < test_num; i++)
|
||||
|
||||
Reference in New Issue
Block a user