From be50e5ddfe7375278d69e65806e98bee1cb0a8c6 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Wed, 13 Apr 2005 15:06:09 +0000 Subject: [PATCH] ajout fichiers tests --- Aster/Tests/jdc.ini | 17 +++++++++++++++++ Aster/Tests/p0.comm | 3 +++ Aster/Tests/p1.comm | 5 +++++ Aster/Tests/p2.comm | 5 +++++ Aster/Tests/p3.comm | 5 +++++ 5 files changed, 35 insertions(+) create mode 100644 Aster/Tests/jdc.ini create mode 100644 Aster/Tests/p0.comm create mode 100644 Aster/Tests/p1.comm create mode 100644 Aster/Tests/p2.comm create mode 100644 Aster/Tests/p3.comm 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() -- 2.39.2