Makefile revision 5450
4586N/A# The contents of this file are subject to the terms of the 4770N/A# Common Development and Distribution License (the "License"). 4770N/A# You may not use this file except in compliance with the License. # See the License for the specific language governing permissions # and limitations under the License. # When distributing Covered Code, include this CDDL HEADER in each # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. # Get rid of compiler path set in RUNPATH # Needed to successfully compile R packages using C++ code. # Needed so that R packages using C++ code can link against the standard # Set the various Java variables otherwise it auto-detects the 32-bit ones. # You need to define this option on SPARC, otherwise you will get quad # arithmetic on SPARC but not on x86. Really makes some R functions run # very slow on SPARC (COR path). # Increase stack limit to allow the "infinite recursion" test to work. '-e "/^Testing examples for package /p" ' \
'-e "/^ expect some differences/p" ' \
# Use the installed version of R, not the one in the build area. # These definitions override those found in .../test/Makefile. # Need to build the tests before use them.