Fix test executable names in CSV files (#705)

The following test executable name changes have been made in the
conformance CSV files to match those found in the `test_conformance`
build directory:

* `contractions` -> `test_contractions`
* `computeinfo` -> `test_computeinfo`
* `bruteforce` -> `test_bruteforce`
* `Test_half` -> `test_half`
* `test_SVM` -> `test_svm`
This commit is contained in:
Kenneth Benzie
2020-03-25 14:27:36 +00:00
committed by GitHub
parent efaf024035
commit c2dfe8cf25
11 changed files with 34 additions and 34 deletions

View File

@@ -7,7 +7,7 @@
# #########################################
# Basic Information on the compute device
# #########################################
Compute Info,computeinfo/computeinfo
Compute Info,computeinfo/test_computeinfo
# #########################################
# Basic operation tests
@@ -75,7 +75,7 @@ OpenCL-GL Sharing,gl/test_gl
# #########################################
Select,select/test_select
#Conversions,conversions/test_conversions
Contractions,contractions/contractions
Math,math_brute_force/bruteforce -w
Contractions,contractions/test_contractions
Math,math_brute_force/test_bruteforce -w
Integer Ops,integer_ops/test_integer_ops integer_* quick_*
Half Ops,half/Test_half -w
Half Ops,half/test_half -w
1 #
7 # Basic Information on the compute device
8 # #########################################
9 Compute Info,computeinfo/computeinfo Compute Info,computeinfo/test_computeinfo
10 # #########################################
11 # Basic operation tests
12 # #########################################
13 Basic,basic/test_basic
75
76
77
78
79
80
81