You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
402 B
19 lines
402 B
python_test_host {
|
|
name: "opencl_cts",
|
|
main: "scripts/test_opencl_cts.py",
|
|
srcs: [ "scripts/test_opencl_cts.py" ],
|
|
data: [ "scripts/test_opencl_cts.xml" ],
|
|
test_config: "scripts/test_opencl_cts.xml",
|
|
version: {
|
|
py2: {
|
|
enabled: false,
|
|
},
|
|
py3: {
|
|
enabled: true
|
|
}
|
|
},
|
|
test_options: {
|
|
unit_test: false,
|
|
},
|
|
}
|