diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 1a913ab..959c68f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,11 +9,13 @@ DATE := $(shell date +%Y-%m-%d) pkgfiles = DESCRIPTION \ .Rbuildignore \ - inst/testdata/* \ + data/* \ docs/* \ docs/reference/* \ - data/* \ - R/* + inst/testdata/* \ + R/* \ + tests/testthat.R \ + tests/testthat/* clean: @echo "Cleaning up..." |