Makefile revision 6092
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# CDDL HEADER START
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# The contents of this file are subject to the terms of the
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# Common Development and Distribution License (the "License").
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# You may not use this file except in compliance with the License.
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# or http://www.opensolaris.org/os/licensing.
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# See the License for the specific language governing permissions
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# and limitations under the License.
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# When distributing Covered Code, include this CDDL HEADER in each
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# If applicable, add the following below this CDDL HEADER, with the
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# fields enclosed by brackets "[]" replaced with your own identifying
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# information: Portions Copyright [yyyy] [name of copyright owner]
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# CDDL HEADER END
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott DavenportCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport sha256:e7d1bdff026beb159c9942f7a17e102c375638d9478a7ecd4cc0c76afd8de0b8
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott DavenportCOMPONENT_ARCHIVE_URL= http://www.dabeaz.com/ply/$(COMPONENT_ARCHIVE)
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott DavenportCOMPONENT_PROJECT_URL= http://www.dabeaz.com/ply/
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott DavenportCOMPONENT_TEST_ENV = PYTHONPATH=$(PROTO_DIR)/$(PYTHON_LIB)
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott DavenportCOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport '-e "s|\(^Ran 42 tests\).*|\1|" '
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# common targets
1529f529004c61fcfd0d95ab79b0f257d6ad4451Scott Davenport# Run 42 tests, OK.