Changes between Version 2 and Version 3 of Testsuite
- Timestamp:
- Oct 13, 2015, 2:57:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Testsuite
v2 v3 34 34 35 35 Some 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: 36 The mt.generator python module tool is designed generate a makefile which runs a set of tests: 38 37 39 38 - It first reads tests descriptions from all directories passed on the command line, … … 45 44 46 45 {{{ 47 $ tests/bin/mtesttests/pool/hello46 $ python -m mt.generator tests/pool/hello 48 47 Test: hello 49 48 Total tests count: 42 … … 66 65 67 66 - `pool/` : Tests source code and description, 68 - `bin/` : Test generation and execution tools,69 67 - `lib/` : python testsuite modules, 70 68 - `doc/` : python code documentation,