From: eficas <> Date: Wed, 6 Nov 2002 16:29:41 +0000 (+0000) Subject: ajout test Test1 X-Git-Tag: AY_av_utilites~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fc12730fc00b1a5f90da326e1af336f161ccc2a4;p=tools%2Feficas.git ajout test Test1 --- diff --git a/Minicode/Test1/incl.13 b/Minicode/Test1/incl.13 new file mode 100644 index 00000000..3e1feeec --- /dev/null +++ b/Minicode/Test1/incl.13 @@ -0,0 +1 @@ +a=1/ diff --git a/Minicode/Test1/incl.14 b/Minicode/Test1/incl.14 new file mode 100644 index 00000000..f0b5c0ac --- /dev/null +++ b/Minicode/Test1/incl.14 @@ -0,0 +1,2 @@ +MMA=LIRE_MAILLAGE() +MA=LIRE_MAILLAGE() diff --git a/Minicode/Test1/incl.17 b/Minicode/Test1/incl.17 new file mode 100644 index 00000000..3378d967 --- /dev/null +++ b/Minicode/Test1/incl.17 @@ -0,0 +1,3 @@ +MMA=LIRE_MAILLAGE() +MA=LIRE_MAILLAGE() +DETRUIRE(CONCEPT=_F(NOM=MA)) diff --git a/Minicode/Test1/incl.23 b/Minicode/Test1/incl.23 new file mode 100644 index 00000000..5e020f07 --- /dev/null +++ b/Minicode/Test1/incl.23 @@ -0,0 +1,2 @@ +YYY=LIRE_MAILLAGE() +YY=LIRE_MAILLAGE() diff --git a/Minicode/Test1/incl.26 b/Minicode/Test1/incl.26 new file mode 100644 index 00000000..a5cfd114 --- /dev/null +++ b/Minicode/Test1/incl.26 @@ -0,0 +1,3 @@ +YYY=LIRE_MAILLAGE() +MACRO3(MAIL2=MA) +YY=LIRE_MAILLAGE() diff --git a/Minicode/Test1/main.comm b/Minicode/Test1/main.comm new file mode 100644 index 00000000..29ab5062 --- /dev/null +++ b/Minicode/Test1/main.comm @@ -0,0 +1,11 @@ +# Changer l'include 14 +# 1 en reprenant le meme fichier +# 2 en prenant le fichier incl.17 qui contient une commande DETRUIRE + +DEBUT() +INCLUDE(UNITE=14) +DETRUIRE() +INCLUDE(UNITE=23) +DETRUIRE() +FIN() +