#!/bin/sh
echo 'Content-type: text/html
Light++ Testsuite on various hardware platforms
Light++ Testsuite on various hardware platforms
'
for f in *
do
if [ -d $f ]
then
echo "- $f
"
fi
done
echo '
All images from these subpages are generated automatically
by the testsuite, which comes with Light++.
To generate on other platforms, do a make testsuite in 3D/demo/.
Other hardware platforms than the ones listed here will be added as they come.
'