tools: update test: rule for shelltestrunner head
This commit is contained in:
		
							parent
							
								
									e6e7cef85c
								
							
						
					
					
						commit
						76a661e855
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @ -17,7 +17,7 @@ BENCHEXES=hledger-0.12.1 hledger-0.13 hledger-0.14-ghc6.12.3 ledger | |||||||
| 
 | 
 | ||||||
| # misc. tools
 | # misc. tools
 | ||||||
| BROWSE=google-chrome | BROWSE=google-chrome | ||||||
| #BROWSE=open -a 'Google Chrome'
 | BROWSE=open -a 'Google Chrome' | ||||||
| VIEWHTML=$(BROWSE) | VIEWHTML=$(BROWSE) | ||||||
| VIEWPS=$(BROWSE) | VIEWPS=$(BROWSE) | ||||||
| VIEWPDF=$(BROWSE) | VIEWPDF=$(BROWSE) | ||||||
| @ -311,7 +311,7 @@ unittesths: | |||||||
| # run functional tests, requires shelltestrunner >= 0.9 from hackage
 | # run functional tests, requires shelltestrunner >= 0.9 from hackage
 | ||||||
| # 16 threads sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" here but seems harmless
 | # 16 threads sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" here but seems harmless
 | ||||||
| functest: bin/hledger | functest: bin/hledger | ||||||
| 	(shelltest tests --implicit=none --plain --threads=16 \
 | 	(shelltest tests --implicit=none -- --threads=16 \
 | ||||||
| 		&& echo $@ PASSED) || echo $@ FAILED | 		&& echo $@ PASSED) || echo $@ FAILED | ||||||
| 
 | 
 | ||||||
| # run doc tests
 | # run doc tests
 | ||||||
| @ -859,3 +859,5 @@ hledgersrclinks: | |||||||
| 	cd hledger/Hledger; \
 | 	cd hledger/Hledger; \
 | ||||||
| 		for f in ../../hledger-lib/Hledger/*; do ln -sf $$f; done | 		for f in ../../hledger-lib/Hledger/*; do ln -sf $$f; done | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | # for f in ../../hledger{,-lib}/Hledger/*; do ln -s $f; done; ln -s ../hledger-lib/Hledger.hs
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user