diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index dfea847..52adf68 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,7 +54,7 @@ test: build quickcheck: build @echo "Running check..." - "$(R_HOME)/bin/R" CMD check $(TGZ) + "$(R_HOME)/bin/R" CMD check $(TGZ) --no-tests @echo "DONE." check: build |