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