From 7397aadb8d6afbb4a7c22704837d2ba3ef599ee6 Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Thu, 1 Aug 2019 10:10:12 +0100 Subject: [PATCH] Rename test list CSV files to facilitate the merge to master --- ...rmance_tests_full.csv => opencl_conformance_tests_20_full.csv} | 0 ...> opencl_conformance_tests_20_full_no_math_or_conversions.csv} | 0 ...ance_tests_quick.csv => opencl_conformance_tests_20_quick.csv} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test_conformance/{opencl_conformance_tests_full.csv => opencl_conformance_tests_20_full.csv} (100%) rename test_conformance/{opencl_conformance_tests_full_no_math_or_conversions.csv => opencl_conformance_tests_20_full_no_math_or_conversions.csv} (100%) rename test_conformance/{opencl_conformance_tests_quick.csv => opencl_conformance_tests_20_quick.csv} (100%) diff --git a/test_conformance/opencl_conformance_tests_full.csv b/test_conformance/opencl_conformance_tests_20_full.csv similarity index 100% rename from test_conformance/opencl_conformance_tests_full.csv rename to test_conformance/opencl_conformance_tests_20_full.csv diff --git a/test_conformance/opencl_conformance_tests_full_no_math_or_conversions.csv b/test_conformance/opencl_conformance_tests_20_full_no_math_or_conversions.csv similarity index 100% rename from test_conformance/opencl_conformance_tests_full_no_math_or_conversions.csv rename to test_conformance/opencl_conformance_tests_20_full_no_math_or_conversions.csv diff --git a/test_conformance/opencl_conformance_tests_quick.csv b/test_conformance/opencl_conformance_tests_20_quick.csv similarity index 100% rename from test_conformance/opencl_conformance_tests_quick.csv rename to test_conformance/opencl_conformance_tests_20_quick.csv