~ubuntu-branches/ubuntu/precise/r-cran-stabledist/precise

« back to all changes in this revision

Viewing changes to inst/unitTests/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2011-03-18 08:33:40 UTC
  • Revision ID: james.westby@ubuntu.com-20110318083340-u3amutr8bf808yav
Tags: upstream-0.6-0
ImportĀ upstreamĀ versionĀ 0.6-0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PKG=stabledist
 
2
TOP=../..
 
3
SUITE=doRUnit.R
 
4
R=R
 
5
 
 
6
all: inst test
 
7
 
 
8
inst: # Install package -- but where ?? -- will that be in R_LIBS ?
 
9
        cd ${TOP}/..;\
 
10
        ${R} CMD INSTALL ${PKG}
 
11
 
 
12
test: # Run unit tests
 
13
        export RCMDCHECK=FALSE;\
 
14
        cd ${TOP}/tests;\
 
15
        ${R} --vanilla --slave < ${SUITE}