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 /tests/testthat.R | |
parent | 42739646dc36ff74d43b638fc2c4f5259496e2b9 (diff) |
Start of migration from RUnit to testthat
Diffstat (limited to 'tests/testthat.R')
-rw-r--r-- | tests/testthat.R | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testthat.R b/tests/testthat.R new file mode 100644 index 00000000..01c9b7cd --- /dev/null +++ b/tests/testthat.R @@ -0,0 +1,4 @@ +library(testthat) +library(mkin) + +test_check("mkin") |