Bernd Warken <[EMAIL PROTECTED]> writes: > INSTALL.gen in the groff top source directory proposes to run > `make check'. But it does not work, it produces the following > error message: > > ### > > $ make check > #Making a new site.exp file... > if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ > runtest; \ > else \ > echo "WARNING: could not find \`runtest'" 1>&2; \ > fi > WARNING: could not find `runtest' > > ### > > So runtest is lacking. I do not know where to get it. > > Bernd Warken
Hi Bernd, apt-get install dejagnu should do the trick. IIRC though the testing code wasn't clean enough to make it into the CVS repository.. so its unlikely to be of much use at present.. regards, Gaius _______________________________________________ Groff mailing list [email protected] http://lists.gnu.org/mailman/listinfo/groff
