Blame tests/go.at

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