diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-14 00:21:12 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-14 00:21:47 +0200 |
commit | 01c69fcff8c5a82b4c80faaeb44ff00827e792ca (patch) | |
tree | 5aa6d4c2a339980b726d7f02d906b73c602a885b /inst/unitTests/Makefile | |
parent | 42739646dc36ff74d43b638fc2c4f5259496e2b9 (diff) |
Start of migration from RUnit to testthat
Diffstat (limited to 'inst/unitTests/Makefile')
-rw-r--r-- | inst/unitTests/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/inst/unitTests/Makefile b/inst/unitTests/Makefile deleted file mode 100644 index 8d132253..00000000 --- a/inst/unitTests/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -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} |