From 359f2a7ad1e42ff1b765b0f747b98d4579c7e7f4 Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Sun, 7 Sep 2008 20:17:27 +0400 Subject: [PATCH] build: define EXTRA_PROGRAMS to shut up automake warnings. --- tests/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 0685351..e069438 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,17 +29,18 @@ timeMIpow2div \ timeMImisc5 \ timeUPMImul \ timesqrtmodp \ +timeexp1 \ +timeeuler \ +timecatalan \ +timezeta3 \ +timerecip2adic \ +timediv2adic \ main -##timeexp1 \ -##timeeuler \ -##timecatalan \ -##timezeta3 \ -##timerecip2adic \ -##timediv2adic \ TESTS = $(ALL_TESTS) check_PROGRAMS = $(ALL_TESTS) +EXTRA_PROGRAMS = $(ALL_TIMINGS) AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ -I$(top_builddir)/include -I$(top_builddir)/src