The R Project SVN R

Rev

Rev 67124 | Rev 78764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67124 Rev 67970
Line 63... Line 63...
63
 
63
 
64
runs regression tests, that is tests that ensure that things which have been
64
runs regression tests, that is tests that ensure that things which have been
65
changed (perhaps as a result of bug reports) stay fixed.
65
changed (perhaps as a result of bug reports) stay fixed.
66
 
66
 
67
	make test-Internet
67
	make test-Internet
-
 
68
	make test-Internet2
68
 
69
 
69
runs tests which need access to the Internet and/or sockets and so may
70
runs tests which need access to the Internet and/or sockets and so may
70
not run on every machine.  You will see some differences in the output,
71
not run on every machine.  You will see some differences in the
71
but no test should fail if you do have sockets and Internet access.
72
output, but no test should fail if you do have sockets and Internet
-
 
73
access.  test-Internet2 is part of 'make check-devel' and checks less
-
 
74
commonly-used options.
72
 
75
 
73
 
76
 
74
Further tests are run by the target `make check-devel', including
77
Further tests are run by the target `make check-devel', including
75
 
78
 
76
 
79
 
Line 93... Line 96...
93
 
96
 
94
runs a test abusing all the functions in the base packages via
97
runs a test abusing all the functions in the base packages via
95
no-segfault.R, and that can be quite slow (a minute or more).
98
no-segfault.R, and that can be quite slow (a minute or more).
96
 
99
 
97
 
100
 
-
 
101
A target not run by anything else is
-
 
102
 
-
 
103
	make test-System
-
 
104
 
-
 
105
which checks options in system[2]() calls.
-
 
106
 
98
 
107
 
99
A rarely-used target is
108
A rarely-used target is
100
 
109
 
101
	make test-Gct
110
	make test-Gct
102
 
111