Skip to content

Commit

Permalink
Run tests automatically.
Browse files Browse the repository at this point in the history
Also ensure development mode set up succesfully - should always be true on CRAN
  • Loading branch information
hadley committed Jun 19, 2012
1 parent 2d9bd99 commit 306f598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/has-devel.R
@@ -0,0 +1,2 @@
library(devtools)
has_devel()
4 changes: 4 additions & 0 deletions tests/test-all.R
@@ -0,0 +1,4 @@
library(testthat)
library(devtools)

test_package("devtools")

0 comments on commit 306f598

Please sign in to comment.