From 0a7b304648f99bda27e686a42385d950a21a209c Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 3 May 2001 00:27:21 +0200 Subject: * tests/mpq/t-set_str.c: New file. * tests/mpq/Makefile.am: Add it. --- tests/mpq/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/mpq/Makefile.am b/tests/mpq/Makefile.am index c0b00b4c4..edc1baeac 100644 --- a/tests/mpq/Makefile.am +++ b/tests/mpq/Makefile.am @@ -25,7 +25,8 @@ AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la -check_PROGRAMS = t-cmp t-cmp_ui t-equal t-get_d t-get_str t-md_2exp t-set_f +check_PROGRAMS = t-cmp t-cmp_ui t-equal t-get_d t-get_str t-md_2exp \ + t-set_f t-set_str TESTS = $(check_PROGRAMS) $(top_builddir)/tests/libtests.la: -- cgit v1.2.1