diff options
author | jofret | 2010-09-02 14:09:21 +0000 |
---|---|---|
committer | jofret | 2010-09-02 14:09:21 +0000 |
commit | bdfade5e2803f752ad3c98e3e19a2d65900e28dc (patch) | |
tree | 345d24c2f8c68e6a71643c0062b59c5115d81c70 /src/c/elementaryFunctions/cosh/Makefile.am | |
parent | 4b768b7206e985627228350ce233ba096aad6eb6 (diff) | |
download | scilab2c-bdfade5e2803f752ad3c98e3e19a2d65900e28dc.tar.gz scilab2c-bdfade5e2803f752ad3c98e3e19a2d65900e28dc.tar.bz2 scilab2c-bdfade5e2803f752ad3c98e3e19a2d65900e28dc.zip |
Adding Moebius test available within test_run
Diffstat (limited to 'src/c/elementaryFunctions/cosh/Makefile.am')
-rw-r--r-- | src/c/elementaryFunctions/cosh/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/elementaryFunctions/cosh/Makefile.am b/src/c/elementaryFunctions/cosh/Makefile.am index 6661eac5..4d28f07e 100644 --- a/src/c/elementaryFunctions/cosh/Makefile.am +++ b/src/c/elementaryFunctions/cosh/Makefile.am @@ -51,6 +51,7 @@ check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ $(top_builddir)/src/c/auxiliaryFunctions/abs/libAbs.la \ $(top_builddir)/src/c/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/src/c/operations/multiplication/libMultiplication.la \ + $(top_builddir)/src/c/matrixOperations/zeros/libMatrixZeros.la \ @LIBMATH@ check_PROGRAMS = testFloatCosh testDoubleCosh |