[Modeling-cvs] ProjectModeling/Modeling/tests README,1.9,1.10
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-03 14:39:01
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/tests In directory sc8-pr-cvs1:/tmp/cvs-serv26668/tests Modified Files: README Log Message: Updated Index: README =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/README,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** README 31 Jul 2003 21:01:55 -0000 1.9 --- README 3 Aug 2003 14:38:58 -0000 1.10 *************** *** 4,7 **** --- 4,9 ---- Test the installation of the Modeling framework + All the tests should be run in the tests/ directory + ============================================= Pre-conditions: *************** *** 36,39 **** --- 38,43 ---- python ./test_AdaptorLayer.py # requires 'test_EditingContext_Global.py -r', above + + sh ./test_generate_python_code.sh # tests script mdl_generate_python_code.py ============================================= |