Skip to content

Commit

Permalink
tests/Makefile update
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@85677 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
pd committed Dec 13, 2023
1 parent 0a11d6c commit 7610a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ SUBDIRS_WITH_NO_BUILD = Pkgs
## SRCDIR is used by reg-tests-1a.R, reg-IO2.R and reg-packages.R
## NB: SRCDIR is not available on windows so make any new tests robust to this
## GNU gettext disables LANGUAGE if LC_ALL=C, but other systems might not.
R = R_LIBS_USER=$(top_builddir)/library LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
R2 = R_LIBS_USER=$(top_builddir)/library R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
R = R_LIBS_USER=$${R_LIBS_USER_IN_R_TESTS:-NULL} LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
R2 = R_LIBS_USER=$${R_LIBS_USER_IN_R_TESTS:-NULL} R_DEFAULT_PACKAGES= $(top_builddir)/bin/R --vanilla
RCHK = R_LIBS_USER=$${R_LIBS_USER_IN_R_TESTS:-NULL} $(top_builddir)/bin/R CMD check
RDIFF = $(top_builddir)/bin/R CMD Rdiff
RDCONV = LC_CTYPE=C $(top_builddir)/bin/R CMD Rdconv
Expand Down

0 comments on commit 7610a5b

Please sign in to comment.