From: eficas <> Date: Wed, 13 Apr 2005 15:06:09 +0000 (+0000) Subject: ajout fichiers tests X-Git-Tag: CC_param_poursuite~154 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=be50e5ddfe7375278d69e65806e98bee1cb0a8c6;p=modules%2Feficas.git ajout fichiers tests --- diff --git a/Aster/Tests/jdc.ini b/Aster/Tests/jdc.ini new file mode 100644 index 00000000..eae54ec9 --- /dev/null +++ b/Aster/Tests/jdc.ini @@ -0,0 +1,17 @@ +[jdc] +jdc=a +[a] +comm=Tests/p0.comm +poursuite=pours1 +11=Tests/incl.11 +[pours1] +comm=Tests/p1.comm +poursuite=pours2 +12=Tests/incl.11 +[pours2] +comm=Tests/p2.comm +poursuite=pours3 +13=Tests/incl.11 +[pours3] +comm=Tests/p3.comm +14=Tests/incl.11 diff --git a/Aster/Tests/p0.comm b/Aster/Tests/p0.comm new file mode 100644 index 00000000..cf00cf86 --- /dev/null +++ b/Aster/Tests/p0.comm @@ -0,0 +1,3 @@ +POURSUITE() +INCLUDE(UNITE=11) +FIN() diff --git a/Aster/Tests/p1.comm b/Aster/Tests/p1.comm new file mode 100644 index 00000000..bb0e8105 --- /dev/null +++ b/Aster/Tests/p1.comm @@ -0,0 +1,5 @@ +POURSUITE() +#import traceback +#traceback.print_stack() +print "coucou1" +FIN() diff --git a/Aster/Tests/p2.comm b/Aster/Tests/p2.comm new file mode 100644 index 00000000..01b2209b --- /dev/null +++ b/Aster/Tests/p2.comm @@ -0,0 +1,5 @@ +POURSUITE() +#import traceback +#traceback.print_stack() +print "coucou2" +FIN() diff --git a/Aster/Tests/p3.comm b/Aster/Tests/p3.comm new file mode 100644 index 00000000..64a7837b --- /dev/null +++ b/Aster/Tests/p3.comm @@ -0,0 +1,5 @@ +DEBUT() +#import traceback +#traceback.print_stack() +print "coucou3" +FIN()