Salome HOME
Adding adjoint checker and internal tests (Makefile correction)
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Tue, 26 Jun 2012 07:15:57 +0000 (09:15 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Tue, 26 Jun 2012 07:15:57 +0000 (09:15 +0200)
examples/daSalome/Makefile.am

index 3f976eab1fe8b71ff9d77c9d1eb5cc3bebb31dad..12c35bf7a0a0da9ab8dd8af90ccb62701eacd688 100644 (file)
 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