Add comment on how to test picrin with Valgrind.
I hope we will really do it on Travis. :-) Reference: https://github.com/picrin-scheme/picrin/issues/294 Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
		
							parent
							
								
									8e90f17605
								
							
						
					
					
						commit
						8f4e2614e4
					
				|  | @ -7,12 +7,14 @@ addons: | ||||||
|   apt: |   apt: | ||||||
|     packages: |     packages: | ||||||
|       - gcc-multilib |       - gcc-multilib | ||||||
|  | #     - valgrind | ||||||
| env: | env: | ||||||
|   - CFLAGS="-m32" |   - CFLAGS="-m32" | ||||||
|   - CFLAGS="-m64" |   - CFLAGS="-m64" | ||||||
| script: | script: | ||||||
|   - perl --version |   - perl --version | ||||||
|   - make test |   - make test | ||||||
|  | # - make test-contrib TEST_RUNNER="valgrind -q --leak-check=full --dsymutil=yes --error-exitcode=1 bin/picrin" | ||||||
|   - make clean |   - make clean | ||||||
|   - make debug |   - make debug | ||||||
|   - make test |   - make test | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 OGINO Masanori
						OGINO Masanori