diff options
author | jofret | 2007-04-20 08:29:42 +0000 |
---|---|---|
committer | jofret | 2007-04-20 08:29:42 +0000 |
commit | cfeba6e9408132a5fa76f0591f15a68339fd8a59 (patch) | |
tree | cd5ac709789c18254abfa3baa7b49788e61dd6de /src/elementaryFunctions/asin/Makefile.am | |
parent | 8e7ea9e904a0e9c5760d2b05de5b3f0af31785de (diff) | |
download | scilab2c-cfeba6e9408132a5fa76f0591f15a68339fd8a59.tar.gz scilab2c-cfeba6e9408132a5fa76f0591f15a68339fd8a59.tar.bz2 scilab2c-cfeba6e9408132a5fa76f0591f15a68339fd8a59.zip |
Adding Automated tests.
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 |