blob: e5e9fc670944ec48d3daee53b96eae4e98bf88de [file] [log] [blame]
# c_api.at - libspeechd library tests
#
# Copyright (C) 2010 Brailcom, o.p.s.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
AT_BANNER([C API])
AT_SETUP([c_api])
AT_KEYWORDS([clibrary])
AT_CHECK([${abs_builddir}/clibrary], [0], [ignore])
AT_KEYWORDS([clibrary2])
AT_CHECK([${abs_builddir}/clibrary2], [0], [ignore])
#AT_KEYWORDS([connection-recovery])
#AT_CHECK([${abs_builddir}/connection-recovery], [0], [ignore])
AT_KEYWORDS([long_message])
AT_CHECK([${abs_builddir}/long_message], [0], [ignore])
AT_CLEANUP