diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 13:55:19 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 13:55:19 +0200 |
commit | 6c65cba39dbca98caf3f8e69552b3454ec1721fc (patch) | |
tree | 00252649aeccfdd13e723054c22203006cab10c6 /inst/unitTests/Makefile | |
parent | a26b44d15c11ebb41083fc2efab0cc91a027b55b (diff) | |
parent | 89cd81cf47c9f05831e854d5185b5cc599745db4 (diff) |
Merge branch 'master' into compile_odes
Conflicts
(resolved manually, deleting code that I had
integrated into the RUnit tests for testing the
compiled version):
.gitignore
DESCRIPTION
inst/unitTests/runit.mkinerrmin.R
inst/unitTests/runit.mkinfit.R
tests/testthat/test_mkinpredict_SFO_SFO.R
vignettes/FOCUS_L.html
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} |