Makefile revision 3061
03831d35f7499c87d51205817c93e9a8d42c4baestevel# CDDL HEADER START
03831d35f7499c87d51205817c93e9a8d42c4baestevel# The contents of this file are subject to the terms of the
03831d35f7499c87d51205817c93e9a8d42c4baestevel# Common Development and Distribution License (the "License").
03831d35f7499c87d51205817c93e9a8d42c4baestevel# You may not use this file except in compliance with the License.
03831d35f7499c87d51205817c93e9a8d42c4baestevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
03831d35f7499c87d51205817c93e9a8d42c4baestevel# See the License for the specific language governing permissions
03831d35f7499c87d51205817c93e9a8d42c4baestevel# and limitations under the License.
03831d35f7499c87d51205817c93e9a8d42c4baestevel# When distributing Covered Code, include this CDDL HEADER in each
03831d35f7499c87d51205817c93e9a8d42c4baestevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
03831d35f7499c87d51205817c93e9a8d42c4baestevel# If applicable, add the following below this CDDL HEADER, with the
03831d35f7499c87d51205817c93e9a8d42c4baestevel# fields enclosed by brackets "[]" replaced with your own identifying
03831d35f7499c87d51205817c93e9a8d42c4baestevel# information: Portions Copyright [yyyy] [name of copyright owner]
03831d35f7499c87d51205817c93e9a8d42c4baestevel# CDDL HEADER END
03831d35f7499c87d51205817c93e9a8d42c4baestevel# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
03831d35f7499c87d51205817c93e9a8d42c4baestevelCOMPONENT_PROJECT_URL= https://github.com/junit-team/junit/archive
03831d35f7499c87d51205817c93e9a8d42c4baestevelCOMPONENT_SRC= $(COMPONENT_NAME)-r$(COMPONENT_VERSION)
03831d35f7499c87d51205817c93e9a8d42c4baestevel sha256:3048cb3f2b07fada9d85b2c042bbedb93892ef70c1dcfe0594124850418f9ffb
03831d35f7499c87d51205817c93e9a8d42c4baestevelCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
03831d35f7499c87d51205817c93e9a8d42c4baestevel# These ARGS override what is set in build.xml
03831d35f7499c87d51205817c93e9a8d42c4baestevel# common targets
03831d35f7499c87d51205817c93e9a8d42c4baestevel# Testing is run as part of the build.
03831d35f7499c87d51205817c93e9a8d42c4baestevel# To really test AFTER you have installed the resulting package do:
03831d35f7499c87d51205817c93e9a8d42c4baestevel# $ java -cp /usr/share/lib/java/junit.jar:/usr/share/doc/junit/samples/org \
03831d35f7499c87d51205817c93e9a8d42c4baestevel# ......................
03831d35f7499c87d51205817c93e9a8d42c4baestevel# Time: 0.003
03831d35f7499c87d51205817c93e9a8d42c4baestevel# OK (22 tests)