run more doctests
This commit is contained in:
		
							parent
							
								
									1fd416ba96
								
							
						
					
					
						commit
						7bc3920bda
					
				
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @ -34,7 +34,7 @@ ghci: | |||||||
| 	ghci hledger.hs | 	ghci hledger.hs | ||||||
| 
 | 
 | ||||||
| # run all tests
 | # run all tests
 | ||||||
| test: doctest unittest haddocktest | test: unittest doctest haddocktest | ||||||
| 
 | 
 | ||||||
| # make sure we have no haddock errors
 | # make sure we have no haddock errors
 | ||||||
| haddocktest: | haddocktest: | ||||||
| @ -46,7 +46,8 @@ unittest: | |||||||
| 
 | 
 | ||||||
| # run doc tests
 | # run doc tests
 | ||||||
| doctest: tools/doctest | doctest: tools/doctest | ||||||
| 	tools/doctest Tests.hs | 	@tools/doctest AddCommand.hs | ||||||
|  | 	@tools/doctest Tests.hs | ||||||
| 
 | 
 | ||||||
| tools/doctest: tools/doctest.hs | tools/doctest: tools/doctest.hs | ||||||
| 	ghc --make tools/doctest.hs | 	ghc --make tools/doctest.hs | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user