Makefile revision 3817
2035N/A# The contents of this file are subject to the terms of the 2035N/A# Common Development and Distribution License (the "License"). 2035N/A# You may not use this file except in compliance with the License. 2035N/A# See the License for the specific language governing permissions 2035N/A# and limitations under the License. 2035N/A# When distributing Covered Code, include this CDDL HEADER in each 2035N/A# If applicable, add the following below this CDDL HEADER, with the 2035N/A# fields enclosed by brackets "[]" replaced with your own identifying 2035N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3817N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 3353N/A# We delegate the running of the tests to a script because it's easier to find 3353N/A# and use unique free ports in a single process, and it's easier to make sure 3353N/A# that we don't leave any servers running if the tests themselves fail. 2035N/A# The install target in the rabbitmq makefile isn't useful to us.