From: Jean-Philippe ARGAUD Date: Tue, 26 Jun 2012 07:15:57 +0000 (+0200) Subject: Adding adjoint checker and internal tests (Makefile correction) X-Git-Tag: V6_6_0~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8de8c7569c388112d6e1f06a42ac0cc15465c496;p=modules%2Fadao.git Adding adjoint checker and internal tests (Makefile correction) --- diff --git a/examples/daSalome/Makefile.am b/examples/daSalome/Makefile.am index 3f976ea..12c35bf 100644 --- a/examples/daSalome/Makefile.am +++ b/examples/daSalome/Makefile.am @@ -21,39 +21,43 @@ include $(top_srcdir)/adm_local/make_common_starter.am DATA_INST = \ - test001_ADAO_JDC_using_strings.comm \ - test002_ADAO_JDC_using_strings.comm \ - test003_ADAO_JDC_using_scripts.comm \ - test003_ADAO_scripts_for_JDC.py \ - test004_ADAO_JDC_using_scripts.comm \ - test004_ADAO_scripts_for_JDC.py \ - test005_ADAO_Operators.comm \ - test005_ADAO_scripts_for_JDC.py \ - test003_bis_ADAO_JDC_using_user_data_init.comm \ - test003_bis_ADAO_user_data_init.py \ - test003_bis_ADAO_scripts_for_JDC.py \ - test006_Observers.comm \ - test006_Observers_observer_with_file.py \ - test006_Observers_init.py \ - test006_Observers_Observation_Operator.py \ - test006_Observers_var.py + test001_ADAO_JDC_using_strings.comm \ + test002_ADAO_JDC_using_strings.comm \ + test003_ADAO_JDC_using_scripts.comm \ + test003_ADAO_scripts_for_JDC.py \ + test004_ADAO_JDC_using_scripts.comm \ + test004_ADAO_scripts_for_JDC.py \ + test005_ADAO_Operators.comm \ + test005_ADAO_scripts_for_JDC.py \ + test003_bis_ADAO_JDC_using_user_data_init.comm \ + test003_bis_ADAO_user_data_init.py \ + test003_bis_ADAO_scripts_for_JDC.py \ + test006_Observers.comm \ + test006_Observers_observer_with_file.py \ + test006_Observers_init.py \ + test006_Observers_Observation_Operator.py \ + test006_Observers_var.py \ + test009_ADAO_Simple_GradientTest.comm \ + test010_ADAO_Simple_AdjointTest.comm examplesdasalome_DATA = ${DATA_INST} EXTRA_DIST = \ - test001_ADAO_JDC_using_strings.comm \ - test002_ADAO_JDC_using_strings.comm \ - test003_ADAO_JDC_using_scripts.comm.in \ - test003_ADAO_scripts_for_JDC.py \ - test004_ADAO_JDC_using_scripts.comm.in \ - test004_ADAO_scripts_for_JDC.py \ - test005_ADAO_Operators.comm.in \ - test005_ADAO_scripts_for_JDC.py \ - test003_bis_ADAO_JDC_using_user_data_init.comm.in \ - test003_bis_ADAO_user_data_init.py \ - test003_bis_ADAO_scripts_for_JDC.py \ - test006_Observers.comm.in \ - test006_Observers_observer_with_file.py \ - test006_Observers_init.py \ - test006_Observers_Observation_Operator.py \ - test006_Observers_var.py + test001_ADAO_JDC_using_strings.comm \ + test002_ADAO_JDC_using_strings.comm \ + test003_ADAO_JDC_using_scripts.comm.in \ + test003_ADAO_scripts_for_JDC.py \ + test004_ADAO_JDC_using_scripts.comm.in \ + test004_ADAO_scripts_for_JDC.py \ + test005_ADAO_Operators.comm.in \ + test005_ADAO_scripts_for_JDC.py \ + test003_bis_ADAO_JDC_using_user_data_init.comm.in \ + test003_bis_ADAO_user_data_init.py \ + test003_bis_ADAO_scripts_for_JDC.py \ + test006_Observers.comm.in \ + test006_Observers_observer_with_file.py \ + test006_Observers_init.py \ + test006_Observers_Observation_Operator.py \ + test006_Observers_var.py \ + test009_ADAO_Simple_GradientTest.comm \ + test010_ADAO_Simple_AdjointTest.comm