From 8de8c7569c388112d6e1f06a42ac0cc15465c496 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Tue, 26 Jun 2012 09:15:57 +0200 Subject: [PATCH] Adding adjoint checker and internal tests (Makefile correction) --- examples/daSalome/Makefile.am | 68 ++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 32 deletions(-) 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 -- 2.30.2