Blame tests/go.at

Packit Service 9646c7
#							-*- Autotest -*-
Packit Service 9646c7
Packit Service 9646c7
AT_BANNER([Go low level compiling and utility macros.])
Packit Service 9646c7
Packit Service 9646c7
# Copyright (C) 2011-2012 Free Software Foundation, Inc.
Packit Service 9646c7
#
Packit Service 9646c7
# This program is free software: you can redistribute it and/or modify
Packit Service 9646c7
# it under the terms of the GNU General Public License as published by
Packit Service 9646c7
# the Free Software Foundation, either version 3 of the License, or
Packit Service 9646c7
# (at your option) any later version.
Packit Service 9646c7
#
Packit Service 9646c7
# This program is distributed in the hope that it will be useful,
Packit Service 9646c7
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 9646c7
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 9646c7
# GNU General Public License for more details.
Packit Service 9646c7
#
Packit Service 9646c7
# You should have received a copy of the GNU General Public License
Packit Service 9646c7
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit Service 9646c7
Packit Service 9646c7
Packit Service 9646c7
# Since the macros which compile are required by most tests, check
Packit Service 9646c7
# them first.  But remember that looking for a compiler is even more
Packit Service 9646c7
# primitive, so check those first.
Packit Service 9646c7
Packit Service 9646c7
Packit Service 9646c7
## ------------- ##
Packit Service 9646c7
## Go Compiler.  ##
Packit Service 9646c7
## ------------- ##
Packit Service 9646c7
Packit Service 9646c7
AT_CHECK_MACRO([Go],
Packit Service 9646c7
[[AC_LANG(Go)
Packit Service 9646c7
AC_LANG_COMPILER
Packit Service 9646c7
]])