178344Sobrien## Process this file with automake to generate Makefile.in
278344Sobrien
398184Sgordon# Copyright 1996, 1999-2004, 2015 Free Software Foundation, Inc.
478344Sobrien#
578344Sobrien# This file is part of the GNU MP Library test suite.
678344Sobrien#
7193354Srmacklem# The GNU MP Library test suite is free software; you can redistribute it
8180564Sdougb# and/or modify it under the terms of the GNU General Public License as
978344Sobrien# published by the Free Software Foundation; either version 3 of the License,
1078344Sobrien# or (at your option) any later version.
1178344Sobrien#
1278344Sobrien# The GNU MP Library test suite is distributed in the hope that it will be
13230099Sdougb# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
1499550Sgordon# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
1578344Sobrien# Public License for more details.
16109770Smtm#
17124622Smtm# You should have received a copy of the GNU General Public License along with
18124622Smtm# the GNU MP Library test suite.  If not, see https://www.gnu.org/licenses/.
1998184Sgordon
2098184Sgordon
2198184SgordonAM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
22221046SrmacklemAM_LDFLAGS = -no-install
23221046SrmacklemLDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
24193354Srmacklem
25223847Srmacklemcheck_PROGRAMS = t-dm2exp t-conv t-add t-sub t-sqrt t-sqrt_ui t-muldiv reuse \
26223847Srmacklem  t-cmp_d t-cmp_si t-div t-fits t-get_d t-get_d_2exp \
27223847Srmacklem  t-get_si t-get_ui t-gsprec t-inp_str t-int_p t-mul_ui \
28193354Srmacklem  t-set t-set_q t-set_si t-set_ui t-trunc t-ui_div t-eq t-pow_ui
29193354SrmacklemTESTS = $(check_PROGRAMS)
30193354Srmacklem
31193354Srmacklem$(top_builddir)/tests/libtests.la:
32227112Sdim	cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
33227112Sdim