1*d874e919Schristos# This file is part of Autoconf. -*- Autoconf -*- 2*d874e919Schristos# M4 macros used in building test suites. 3*d874e919Schristos# Copyright (C) 2000-2002, 2009-2012 Free Software Foundation, Inc. 4*d874e919Schristos 5*d874e919Schristos# This file is part of Autoconf. This program is free 6*d874e919Schristos# software; you can redistribute it and/or modify it under the 7*d874e919Schristos# terms of the GNU General Public License as published by the 8*d874e919Schristos# Free Software Foundation, either version 3 of the License, or 9*d874e919Schristos# (at your option) any later version. 10*d874e919Schristos# 11*d874e919Schristos# This program is distributed in the hope that it will be useful, 12*d874e919Schristos# but WITHOUT ANY WARRANTY; without even the implied warranty of 13*d874e919Schristos# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14*d874e919Schristos# GNU General Public License for more details. 15*d874e919Schristos# 16*d874e919Schristos# Under Section 7 of GPL version 3, you are granted additional 17*d874e919Schristos# permissions described in the Autoconf Configure Script Exception, 18*d874e919Schristos# version 3.0, as published by the Free Software Foundation. 19*d874e919Schristos# 20*d874e919Schristos# You should have received a copy of the GNU General Public License 21*d874e919Schristos# and a copy of the Autoconf Configure Script Exception along with 22*d874e919Schristos# this program; see the files COPYINGv3 and COPYING.EXCEPTION 23*d874e919Schristos# respectively. If not, see <http://www.gnu.org/licenses/>. 24*d874e919Schristos 25*d874e919Schristosm4_include([autotest/general.m4]) 26*d874e919Schristosm4_include([autotest/specific.m4]) 27