diff options
author | torset | 2009-01-26 15:46:10 +0000 |
---|---|---|
committer | torset | 2009-01-26 15:46:10 +0000 |
commit | 8f6b3360f5188b92f573e7aedc8b15146d2a72bc (patch) | |
tree | 326f90eec63ca5d75703646ea1c93a9aa1c9832d /src/statisticsFunctions/variance/Makefile.am | |
parent | 42eb63c6017755b09d61e1368f633b7c413e8e29 (diff) | |
download | scilab2c-8f6b3360f5188b92f573e7aedc8b15146d2a72bc.tar.gz scilab2c-8f6b3360f5188b92f573e7aedc8b15146d2a72bc.tar.bz2 scilab2c-8f6b3360f5188b92f573e7aedc8b15146d2a72bc.zip |
add test for variance which fail
Diffstat (limited to 'src/statisticsFunctions/variance/Makefile.am')
-rw-r--r-- | src/statisticsFunctions/variance/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/statisticsFunctions/variance/Makefile.am b/src/statisticsFunctions/variance/Makefile.am index 51c704c7..41d2cb9b 100644 --- a/src/statisticsFunctions/variance/Makefile.am +++ b/src/statisticsFunctions/variance/Makefile.am @@ -73,9 +73,9 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/auxiliaryFunctions/conj/libConj.la \ @LIBMATH@ -check_PROGRAMS = testFloatVariance testDoubleVariance +check_PROGRAMS = testFloatVariance testDoubleVariance testDoubleVarianceNono -TESTS = testFloatVariance testDoubleVariance +TESTS = testFloatVariance testDoubleVariance testDoubleVarianceNono # # -*- Variance Tests -*- @@ -87,3 +87,7 @@ testFloatVariance_LDADD = $(check_LDADD) testDoubleVariance_SOURCES =testDoubleVariance.c testDoubleVariance_CFLAGS = $(check_INCLUDES) testDoubleVariance_LDADD = $(check_LDADD) + +testDoubleVarianceNono_SOURCES =testDoubleVarianceNono.c +testDoubleVarianceNono_CFLAGS = $(check_INCLUDES) +testDoubleVarianceNono_LDADD = $(check_LDADD) |