• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1python_test_host {
2    name: "opencl_cts",
3    main: "scripts/test_opencl_cts.py",
4    srcs: [ "scripts/test_opencl_cts.py" ],
5    data: [ "scripts/test_opencl_cts.xml" ],
6    test_config: "scripts/test_opencl_cts.xml",
7    version: {
8        py2: {
9            enabled: false,
10        },
11        py3: {
12            enabled: true
13        }
14    },
15    test_options: {
16        unit_test: false,
17    },
18}
19