Changes between Version 2 and Version 3 of Testsuite


Ignore:
Timestamp:
Oct 13, 2015, 2:57:20 PM (9 years ago)
Author:
Nicolas Pouillon
Comment:

Change invokation method

Legend:

Unmodified
Added
Removed
Modified
  • Testsuite

    v2 v3  
    3434
    3535Some tests applications are located in [source:tests/pool].
    36 The [source:tests/bin/mtest] tool is designed generate a
    37 makefile which runs a set of tests:
     36The mt.generator python module tool is designed generate a makefile which runs a set of tests:
    3837
    3938 - It first reads tests descriptions from all directories passed on the command line,
     
    4544
    4645{{{
    47 $ tests/bin/mtest tests/pool/hello
     46$ python -m mt.generator tests/pool/hello
    4847Test: hello
    4948  Total tests count:     42
     
    6665
    6766 - `pool/` : Tests source code and description,
    68  - `bin/` : Test generation and execution tools,
    6967 - `lib/` : python testsuite modules,
    7068 - `doc/` : python code documentation,