Merge branch 'Makefile-test-issue' of https://github.com/dcurrie/picrin
This commit is contained in:
		
						commit
						947a4b2e2f
					
				
							
								
								
									
										4
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										4
									
								
								Makefile
								
								
								
								
							|  | @ -75,7 +75,9 @@ test-nostdlib: | |||
| test-issue: test-picrin-issue test-repl-issue | ||||
| 
 | ||||
| test-picrin-issue: $(TEST_RUNNER) $(PICRIN_ISSUE_TESTS) | ||||
| 	$(TEST_RUNNER) $(PICRIN_ISSUE_TESTS) | ||||
| 	for test in $(PICRIN_ISSUE_TESTS); do \
 | ||||
| 	  $(TEST_RUNNER) "$$test"; \
 | ||||
| 	done | ||||
| 
 | ||||
| test-repl-issue: $(REPL_ISSUE_TESTS) | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,5 @@ | |||
| (import (scheme base) | ||||
|         (scheme write) | ||||
|         (picrin test)) | ||||
| 
 | ||||
| (test-begin) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Doug Currie
						Doug Currie