aboutsummaryrefslogtreecommitdiff
path: root/scripts/android_bp_tail
blob: c0488738603bfcd25a2d800540e32cc40f1e316b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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",
    test_options: {
        unit_test: false,
    },
}

python_test {
    name: "run_conformance",
    main: "test_conformance/run_conformance.py",
    srcs: [ "test_conformance/run_conformance.py" ],
}