~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to lib/test/check_testsuite.at

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20
20
#
21
21
#  @author: $LastChangedBy: dutka $
22
 
#  @date:   $LastChangedDate: 2008-05-21 17:44:02 +0200 (mer, 21 mai 2008) $
23
 
#  Id:      $Id: check_testsuite.at 818 2008-05-21 15:44:02Z dutka $
 
22
#  @date:   $LastChangedDate: 2008-10-31 16:07:46 +0100 (ven 31 oct 2008) $
 
23
#  Id:      $Id: check_testsuite.at 996 2008-10-31 15:07:46Z dutka $
24
24
#
25
25
# Initialize Autotest
26
26
AT_INIT([Pre-installation test suite])
53
53
m4_include(t_MatrixSolveLinearSystem_std.at)
54
54
m4_include(t_SquareMatrixLapack_std.at)
55
55
m4_include(t_SymmetricMatrixLapack_std.at)
56
 
m4_include(t_Kronecker_std.at)
57
56
m4_include(t_Cache_std.at)
58
57
 
59
58
# Func
65
64
m4_include(t_LinearNumericalMathGradientImplementation_std.at)
66
65
m4_include(t_LinearNumericalMathFunction_std.at)
67
66
m4_include(t_ConstantNumericalMathHessianImplementation_std.at)
 
67
#m4_include(t_MethodBoundNumericalMathEvaluationImplementation_std.at)
68
68
m4_include(t_NumericalMathFunction_analytical.at)
69
69
 
70
70
# Solver
83
83
m4_include(t_TestResult_std.at)
84
84
m4_include(t_LinearModelFactory_std.at)
85
85
m4_include(t_LinearModel_std.at)
 
86
m4_include(t_SensitivityAnalysis_std.at)
86
87
m4_include(t_RandomGenerator_std.at)
87
88
 
88
89
# Graph
143
144
m4_include(t_NormalCopula_std.at)
144
145
m4_include(t_NormalCopulaFactory_std.at)
145
146
m4_include(t_FrankCopula_std.at)
 
147
m4_include(t_FrankCopulaFactory_std.at)
146
148
m4_include(t_ClaytonCopula_std.at)
 
149
m4_include(t_ClaytonCopulaFactory_std.at)
147
150
m4_include(t_GumbelCopula_std.at)
 
151
m4_include(t_GumbelCopulaFactory_std.at)
148
152
m4_include(t_Distributions_draw.at)
149
153
 
150
154
# Model