Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/regression/index.shtml @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.6 KB
Line 
1<!--
2Copyright Rene Rivera 2003-2004.
3
4Distributed under the Boost Software License, Version 1.0.
5(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
6
7This is the page wrapper for the summary table of regression tests.
8This calls the script "regression-logs.pl" to generate the summary
9table. This file should be place at:
10    http://boost.sourceforge.net/regression-logs/index.shtml
11Which is at this location in the shell SourceForge services:
12    /home/groups/b/bo/boost/htdocs/regression-logs/index.shtml
13
14The regression-logs.pl script handles individual placement
15of the calling shtml file, so this file can be placed anywhere
16one wants a regression summary page, and has regression files
17in it.
18-->
19<html>
20<head>
21<title>Boost Regression Tests</title>
22<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
23</head>
24
25<body bgcolor="#FFFFFF" text="#000000">
26<table border="0">
27<tr>
28<td><img border="0" src="../../boost.png" width="277" height="86"></td>
29<td><h1>Boost Regression Tests</h1></td>
30</tr>
31</table>
32
33<h3>Boost-wide reports</h3>
34<ul type="square">
35<li><a href="http://www.boost.org/regression-logs/developer">Developer report</a></li>
36<li><a href="http://www.boost.org/regression-logs/user">User report</a></li>
37<li><a href="http://www.boost.org/regression-logs/inspection_report.html">Inspection report</a></li>
38<li><a href="http://www.boost.org/regression-logs/license_report.html">License report</a></li>
39</ul>
40
41<h3>Reports by platform</h3>
42<!--#exec cmd="/usr/bin/perl /home/groups/b/bo/boost/cgi-bin/regression-logs.pl" -->
43
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.