Artifact b561fed95c3614139816277e60ebb9124bcc27f1:
- File
build/test/index.ttml
— part of check-in
[deeb9702c3]
at
2010-09-26 04:47:45
on branch trunk
— Added Index page for KitBuilds directory
Added script to create root of KitBuilds directory (user: rkeene, size: 579) [annotate] [blame] [check-ins using]
<html> <head> <title>KitCreator Build and Test Status</title> </head> <body> <h1>KitCreator Build and Test Status</h1> <p>The follow versions of KitCreator have test suite results:</p> <ul> <? set haveTests 0 foreach subdir [lsort -dictionary [glob -type d *]] { if {$subdir == "tests"} { set haveTests 1 continue } puts " <li><a href=\"${subdir}/\">$subdir</a></li>" } ?> </ul> <? if {$haveTests} { ?> <p>The actual tests can be found in <a href="tests/?listing=long">the "tests" directory</a></p> <? } ?> </body> </html>