From 06adfb21a216063de085f356a124ffd59eac5522 Mon Sep 17 00:00:00 2001 From: Christian Caremoli <> Date: Fri, 16 Nov 2007 09:20:55 +0000 Subject: [PATCH] CCAR: ajout regles dans Makefile --- Tests/Makefile | 14 ++++++++++++++ Tests/testcomm9/forma12c.comm | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Tests/Makefile b/Tests/Makefile index 348d65b6..36d2b463 100644 --- a/Tests/Makefile +++ b/Tests/Makefile @@ -1,3 +1,17 @@ +all:elem elem7 comm comm9 comm7 ihm9 ihm ihm7 + +elem: + python run.py testelem +elem7: + python run.py testelem7 + +comm: + python run.py testcomm +comm9: + python run.py testcomm9 +comm7: + python run.py testcomm7 + ihm9: python run.py testihm9/testihm1.py python run.py testihm9/testihm2.py diff --git a/Tests/testcomm9/forma12c.comm b/Tests/testcomm9/forma12c.comm index 2027774f..4ec138d0 100755 --- a/Tests/testcomm9/forma12c.comm +++ b/Tests/testcomm9/forma12c.comm @@ -247,7 +247,7 @@ MODES=MACRO_MODE_MECA( VERI_MODE=_F( STOP_ERREUR = 'NON'), NORM_MODE=_F( NORME = 'MASS_GENE', - MASS_INER =MASSINER), + ), IMPRESSION=_F( TOUT_PARA = 'OUI') ) -- 2.39.2