1
1
2
- # SID @(#) devel.txt 3.7 25/03/12 18:27:14
2
+ # SID @(#) devel.txt 3.8 25/03/18 13:17:45
3
3
4
4
5
5
NAME
@@ -17,7 +17,11 @@ DESCRIPTION
17
17
This is about hints and tricks for debugging, tracing and testing. It
18
18
is the documentation for development!
19
19
20
- For user documentation please refer to help.txt or use:.
20
+ For a brief introduction to user testing please see:
21
+
22
+ $0 --help=test
23
+
24
+ For complete user documentation please refer to help.txt or use:
21
25
22
26
$0 --help
23
27
$0 --help=HELP
@@ -52,8 +56,7 @@ DESCRIPTION
52
56
53
57
OVERVIEW
54
58
55
- Using make for development uses additional external tools and/or Perl
56
- to get an overview about source, functions, methods and descriptions.
59
+ To get an overview about source, functions, methods and descriptions.
57
60
Following commands can be used.
58
61
59
62
Descriptions, Methods
@@ -439,18 +442,9 @@ TESTING
439
442
440
443
User testing
441
444
442
- During normal use of the tool, "testing" is only required for hunting
443
- problems with the connected target. Following options for tracing and
444
- verbosity can be used for that:
445
-
446
- --v
447
-
448
- Print more information about checks.
449
-
450
- --trace
445
+ Please see:
451
446
452
- Print debugging messages.
453
- For more details, please see X&Options for tracing and debugging& .
447
+ $0 --help=test
454
448
455
449
Functional testing
456
450
@@ -464,8 +458,8 @@ TESTING
464
458
development. These tests are implemented in the ./t/ directory, see
465
459
all 'Makefile.*' there, start with 'Makefile.pod'.
466
460
467
- After initialising the development environment (for example when the
468
- tarball have been extracted), use following to create a logfile for
461
+ After initialising the development environment (for example when the
462
+ tarball have been extracted), use following to create a logfile for
469
463
each test in t/log/ :
470
464
471
465
make test.log
@@ -478,8 +472,8 @@ TESTING
478
472
479
473
make test.log
480
474
481
- and follow the instructions printed at end (compare logfile, accexpt
482
- new logfiles). Most likely, the next step is any of:
475
+ and follow the instructions printed at end (compare|accept logfiles).
476
+ Most likely, the next step is any of:
483
477
484
478
make test.log-compare
485
479
make test.log-compare-v
0 commit comments