13 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #! /usr/bin/scheme-script
 | |
| 
 | |
| (import (rnrs)
 | |
|         (test-runner)
 | |
| 	(bcache bcache-tests)
 | |
| 	(device-mapper dm-tests))
 | |
| 
 | |
| (register-bcache-tests)
 | |
| (register-dm-tests)
 | |
| 
 | |
| (run-tests)
 | |
| 
 |