]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
ajout fichiers tests
authoreficas <>
Wed, 13 Apr 2005 15:06:09 +0000 (15:06 +0000)
committereficas <>
Wed, 13 Apr 2005 15:06:09 +0000 (15:06 +0000)
Aster/Tests/jdc.ini [new file with mode: 0644]
Aster/Tests/p0.comm [new file with mode: 0644]
Aster/Tests/p1.comm [new file with mode: 0644]
Aster/Tests/p2.comm [new file with mode: 0644]
Aster/Tests/p3.comm [new file with mode: 0644]

diff --git a/Aster/Tests/jdc.ini b/Aster/Tests/jdc.ini
new file mode 100644 (file)
index 0000000..eae54ec
--- /dev/null
@@ -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 (file)
index 0000000..cf00cf8
--- /dev/null
@@ -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 (file)
index 0000000..bb0e810
--- /dev/null
@@ -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 (file)
index 0000000..01b2209
--- /dev/null
@@ -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 (file)
index 0000000..64a7837
--- /dev/null
@@ -0,0 +1,5 @@
+DEBUT()
+#import traceback
+#traceback.print_stack()
+print "coucou3"
+FIN()