summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index c6ada29..786482a 100644
--- a/README
+++ b/README
@@ -132,9 +132,9 @@ HOW TO IMPLEMENT NEW FORMATS:
132 132
133HOW TO LAUNCH THE TESTSUITE: 133HOW TO LAUNCH THE TESTSUITE:
134 1. cd ./test 134 1. cd ./test
135 2. python2.6 test.py : launch all testsuites 135 2. python test.py : launch all testsuites
136 3. python2.6 clitest.py : launch the testsuite for the CLI 136 3. python clitest.py : launch the testsuite for the CLI
137 4. python2.6 libtest.py : launch the testsuite for the mat internal library 137 4. python libtest.py : launch the testsuite for the mat internal library
138 138
139 139
140ALTERNATIVES AND COMPLEMENTS: 140ALTERNATIVES AND COMPLEMENTS: