updated to run valgrind in jenkins

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@10604 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-12-24 00:30:33 +00:00
parent 2b8c027339
commit 68ca880ccb
2 changed files with 1632 additions and 1 deletions

View File

@ -774,7 +774,7 @@ check : all
R CMD check --as-cran phreeqc
valgrind : install
R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < cran/phreeqc.Rcheck/phreeqc-Ex.R 2>&1 | tee valgrind.full.out
R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < valgrind.R 2>&1 | tee valgrind.full.out
install : all
R CMD INSTALL --build phreeqc

1631
R/valgrind.R Normal file

File diff suppressed because it is too large Load Diff