/fingerprint/inst/unitTests/Makefile
Makefile | 15 lines | 12 code | 3 blank | 0 comment | 0 complexity | 334f0de6ed55dc79f59addf091097353 MD5 | raw file
- TOP=../..
- PKG=${shell cd ${TOP};pwd}
- SUITE=doRUnit.R
- R=R
- all: inst test
- inst: # Install package
- cd ${TOP}/..;\
- ${R} CMD INSTALL ${PKG}
- test: # Run unit tests
- export RCMDCHECK=FALSE;\
- cd ${TOP}/tests;\
- ${R} --vanilla --slave < ${SUITE}