35 lines
		
	
	
		
			715 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			715 B
		
	
	
	
		
			Plaintext
		
	
	
	
| 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,
 | |
|        }
 | |
|     },
 | |
| }
 | |
| 
 |