X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=examples%2FdaSalome%2FMakefile.am;h=bc754b621b88d465c2ae8932ef0811e16413f24a;hb=fb2208ae0693c52825308127ec856f067092979a;hp=ee228af53133b0b0152ba161abfc60d9555e3f91;hpb=225c60fe2570a896cb9c5b783621b251905a3e4c;p=modules%2Fadao.git diff --git a/examples/daSalome/Makefile.am b/examples/daSalome/Makefile.am index ee228af..bc754b6 100644 --- a/examples/daSalome/Makefile.am +++ b/examples/daSalome/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 EDF R&D +# Copyright (C) 2008-2016 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,31 +21,65 @@ 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 \ - test004_ADAO_JDC_Observers_using_scripts.comm \ - 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 + test001_ADAO_JDC_using_strings.comm \ + test001_ADAO_JDC_using_strings.py \ + test002_ADAO_JDC_using_strings.comm \ + test002_ADAO_JDC_using_strings.py \ + test003_ADAO_JDC_using_scripts.comm \ + test003_ADAO_JDC_using_scripts.py \ + test003_ADAO_scripts_for_JDC.py \ + test003_bis_ADAO_JDC_using_user_data_init.comm \ + test003_bis_ADAO_JDC_using_user_data_init.py \ + test003_bis_ADAO_scripts_for_JDC.py \ + test003_bis_ADAO_user_data_init.py \ + test004_ADAO_JDC_using_scripts.comm \ + test004_ADAO_JDC_using_scripts.py \ + test004_ADAO_scripts_for_JDC.py \ + test005_ADAO_Operators.comm\ + test005_ADAO_Operators.py \ + test005_ADAO_scripts_for_JDC.py \ + test006_Observers.comm \ + test006_Observers_init.py \ + test006_Observers_Observation_Operator.py \ + test006_Observers_observer_with_file.py \ + test006_Observers.py \ + test006_Observers_var.py \ + test008_ADAO_Elementary_GradientTest.comm \ + test008_ADAO_Elementary_GradientTest.py \ + test009_ADAO_Simple_GradientTest.comm \ + test009_ADAO_Simple_GradientTest.py \ + test010_ADAO_Simple_AdjointTest.comm \ + test010_ADAO_Simple_AdjointTest.py 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 \ - test004_ADAO_JDC_Observers_using_scripts.comm.in \ - 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 + test001_ADAO_JDC_using_strings.comm \ + test001_ADAO_JDC_using_strings.py \ + test002_ADAO_JDC_using_strings.comm \ + test002_ADAO_JDC_using_strings.py \ + test003_ADAO_JDC_using_scripts.comm.in \ + test003_ADAO_JDC_using_scripts.py.in \ + test003_ADAO_scripts_for_JDC.py \ + test003_bis_ADAO_JDC_using_user_data_init.comm.in \ + test003_bis_ADAO_JDC_using_user_data_init.py.in \ + test003_bis_ADAO_scripts_for_JDC.py \ + test003_bis_ADAO_user_data_init.py \ + test004_ADAO_JDC_using_scripts.comm.in \ + test004_ADAO_JDC_using_scripts.py.in \ + test004_ADAO_scripts_for_JDC.py \ + test005_ADAO_Operators.comm.in \ + test005_ADAO_Operators.py.in \ + test005_ADAO_scripts_for_JDC.py \ + test006_Observers.comm.in \ + test006_Observers_init.py \ + test006_Observers_Observation_Operator.py \ + test006_Observers_observer_with_file.py \ + test006_Observers.py.in \ + test006_Observers_var.py \ + test008_ADAO_Elementary_GradientTest.comm \ + test008_ADAO_Elementary_GradientTest.py \ + test009_ADAO_Simple_GradientTest.comm \ + test009_ADAO_Simple_GradientTest.py \ + test010_ADAO_Simple_AdjointTest.comm \ + test010_ADAO_Simple_AdjointTest.py