Makefile revision 7144
3N/A# The contents of this file are subject to the terms of the 3N/A# Common Development and Distribution License (the "License"). 3N/A# You may not use this file except in compliance with the License. 3N/A# See the License for the specific language governing permissions 3N/A# and limitations under the License. 3N/A# When distributing Covered Code, include this CDDL HEADER in each 3N/A# If applicable, add the following below this CDDL HEADER, with the 3N/A# fields enclosed by brackets "[]" replaced with your own identifying 3N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 3N/A# parfait is suddenly unhappy with us (21638460) 583N/A# This is needed because the community provided 'check' target is not viewpath aware 1182N/A# The additional swig specific set of transforms to be applied to the 1322N/A# test results to try to normalize them. 1322N/A '-e "/Entering directory/d" ' \
1322N/A '-e "/Leaving directory/d" ' 583N/A# The test-suite can be run in a partialcheck mode where just SWIG is 583N/A# executed, that is, the compile, link and running of the testcases is 775N/A# not performed. Note that the partialcheck does not require the target 775N/A# language to be correctly configured and detected. Just execute the 583N/A# languages that we care about and that are known to work.