Salome HOME
Ajout des tests Plateforme pour daComposant
[modules/adao.git] / src / tests / daComposant / Plateforme / Makefile.am
1 include $(top_srcdir)/adm_local/make_common_starter.am
2
3 DATA_INST = \
4             test000_Etude_ADD.py \
5             test001_Blue.py \
6             test002_Blue.py \
7             test003_Blue.py \
8             test004_Blue.py \
9             test005_Blue.py \
10             test006_Blue_ReduceVariance.py \
11             test007_Blue.py \
12             test008_Kalman.py \
13             test009_Blue_EspaceVeta.py \
14             test010_Kalman_sur_trajectoire_1D.py \
15             test012_LinearLeastSquares.py \
16             test013_EnsembleBlue.py \
17             test014_Persistence_et_Blue_en_boucle.py \
18             test015_3DVAR.py \
19             test016_3DVAR_par_fonction.py \
20             test017_3DVAR_par_fonction.py \
21             test018_3DVAR_par_fonction_avec_bornes.py \
22             test101_RMS.py \
23             test102_PlotVector.py \
24             test103_PlotVectors.py \
25             test104_HomogeneiteKhi2.py \
26             test105_VarianceOrder.py \
27             test106_CompareVarianceFisher.py \
28             test107_GaussianAdequation.py \
29             test108_StopReductionVariance.py \
30             test109_HLinearity.py \
31             test300_Optimize_CG.py \
32             test301_Optimize_BFGS.py \
33             test302_Optimize_LBFGS.py \
34             test303_Optimize_TNC.py \
35             test901_Informations_dynamiques.py \
36             test902_Demonstrations_de_logging.py
37
38 GEN_DATA_INST = context.py
39
40 testsplateforme_DATA = ${DATA_INST} ${GEN_DATA_INST}
41
42 EXTRA_DIST = ${DATA_INST} context.py.in
43