From 8e7ea9e904a0e9c5760d2b05de5b3f0af31785de Mon Sep 17 00:00:00 2001 From: jofret Date: Fri, 20 Apr 2007 08:29:01 +0000 Subject: Adding automated tests. --- src/elementaryFunctions/acos/Makefile.am | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'src/elementaryFunctions/acos/Makefile.am') diff --git a/src/elementaryFunctions/acos/Makefile.am b/src/elementaryFunctions/acos/Makefile.am index e5dd6130..38541f43 100644 --- a/src/elementaryFunctions/acos/Makefile.am +++ b/src/elementaryFunctions/acos/Makefile.am @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET ## ## Started on Fri Jan 5 10:19:16 2007 jofret -## Last update Sun Mar 25 21:02:08 2007 bruno +## Last update Fri Apr 20 10:26:22 2007 jofret ## ## Copyright INRIA 2007 ## @@ -31,3 +31,24 @@ SRC = sacoss.c \ zacosa.c HEAD = ../includes/acos.h + +#### +# Checking Part +#### + +check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ + -I $(top_builddir)/type + +check_PROGRAMS = testAcos + +TESTS = testAcos + +# +# -*- Acosine Tests -*- +# +testAcos_SOURCES = testAcos.c +testAcos_CFLAGS = $(check_INCLUDES) +testAcos_LDADD = $(top_builddir)/lib/libDoubleComplex.a \ + $(top_builddir)/lib/libFloatComplex.a \ + $(top_builddir)/lib/libAcos.a \ + @LIBMATH@ \ No newline at end of file -- cgit