diff options
Diffstat (limited to 'src/elementaryFunctions/asin/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/asin/Makefile.am | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/src/elementaryFunctions/asin/Makefile.am b/src/elementaryFunctions/asin/Makefile.am index 6454cd8a..0992ec71 100644 --- a/src/elementaryFunctions/asin/Makefile.am +++ b/src/elementaryFunctions/asin/Makefile.am @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Fri Jan 5 10:19:16 2007 jofret -## Last update Sun Mar 25 21:01:56 2007 bruno +## Last update Fri Apr 20 10:34:36 2007 jofret ## ## Copyright INRIA 2007 ## @@ -31,3 +31,24 @@ SRC = sasins.c \ zasina.c HEAD = ../includes/asin.h + +#### +# Checking Part +#### + +check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ + -I $(top_builddir)/type + +check_PROGRAMS = testAsin + +TESTS = testAsin + +# +# -*- ArcSine Tests -*- +# +testAsin_SOURCES = testAsin.c +testAsin_CFLAGS = $(check_INCLUDES) +testAsin_LDADD = $(top_builddir)/lib/libDoubleComplex.a \ + $(top_builddir)/lib/libFloatComplex.a \ + $(top_builddir)/lib/libAsin.a \ + @LIBMATH@
\ No newline at end of file |