mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	drm/vc4: Improve the KUnit documentation
The command-line can be expressed using a code-block, and we were missing which architectures were available. Suggested-by: Maíra Canal <mcanal@igalia.com> Reviewed-by: Maíra Canal <mcanal@igalia.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20221208094727.2848310-1-maxime@cerno.tech
This commit is contained in:
		
							parent
							
								
									5eb9a43140
								
							
						
					
					
						commit
						76f34f1377
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -61,8 +61,11 @@ The VC4 Driver uses KUnit to perform driver-specific unit and
 | 
				
			||||||
integration tests.
 | 
					integration tests.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
These tests are using a mock driver and can be ran using the
 | 
					These tests are using a mock driver and can be ran using the
 | 
				
			||||||
command::
 | 
					command below, on either arm or arm64 architectures,
 | 
				
			||||||
	./tools/testing/kunit/kunit.py run \
 | 
					
 | 
				
			||||||
 | 
					.. code-block:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						$ ./tools/testing/kunit/kunit.py run \
 | 
				
			||||||
		--kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \
 | 
							--kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \
 | 
				
			||||||
		--cross_compile aarch64-linux-gnu- --arch arm64
 | 
							--cross_compile aarch64-linux-gnu- --arch arm64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue