mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	KUnit: Docs: make start.rst example Kconfig follow style.rst
The primary change is that we want to encourage people to respect KUNIT_ALL_TESTS to make it easy to run all the relevant tests for a given config. Signed-off-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									d3bae4a0b6
								
							
						
					
					
						commit
						c9ef2d3e3f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -196,8 +196,9 @@ Now add the following to ``drivers/misc/Kconfig``:
 | 
			
		|||
.. code-block:: kconfig
 | 
			
		||||
 | 
			
		||||
	config MISC_EXAMPLE_TEST
 | 
			
		||||
		bool "Test for my example"
 | 
			
		||||
		tristate "Test for my example" if !KUNIT_ALL_TESTS
 | 
			
		||||
		depends on MISC_EXAMPLE && KUNIT=y
 | 
			
		||||
		default KUNIT_ALL_TESTS
 | 
			
		||||
 | 
			
		||||
and the following to ``drivers/misc/Makefile``:
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue