PageRenderTime 31ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/fingerprint/inst/unitTests/Makefile

http://github.com/rajarshi/cdkr
Makefile | 15 lines | 12 code | 3 blank | 0 comment | 0 complexity | 334f0de6ed55dc79f59addf091097353 MD5 | raw file
  1. TOP=../..
  2. PKG=${shell cd ${TOP};pwd}
  3. SUITE=doRUnit.R
  4. R=R
  5. all: inst test
  6. inst: # Install package
  7. cd ${TOP}/..;\
  8. ${R} CMD INSTALL ${PKG}
  9. test: # Run unit tests
  10. export RCMDCHECK=FALSE;\
  11. cd ${TOP}/tests;\
  12. ${R} --vanilla --slave < ${SUITE}