aboutsummaryrefslogtreecommitdiff
path: root/scripts/android_bp_tail
blob: a073f337ceac7c62a5e80fdca531413b4f79ef11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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,
    },
}

python_test {
    name: "run_conformance",
    main: "test_conformance/run_conformance.py",
    srcs: [ "test_conformance/run_conformance.py" ],
    version: {
        py2: {
            enabled: true,
            embedded_launcher: true,
        },
        py3: {
            enabled: false,
       }
    },
}