Files
modules/testsuite/not_installed
rk e816ab15b5 modules is a shell tool for setting-up the user environment on the
fly, as it were.  It's a powerful mechanism for dynamically changing
environment variables, aliases, X11 resources, etc.
It uses an embedded Tcl intrepretor, with a few extensions.  Therefore,
it has a well defined language syntax.
Version 3.1 is GPL, and includes many improvements over the 3.0beta.
2000-06-28 00:17:34 +00:00

14 lines
266 B
Bash
Executable File

#!/bin/sh
cat << EOF
Sorry, cannot run the testsuite on your system!
In order to run the testsuite you have to:
1.) Install dejagnu-1.2 or better
2.) Set up your PATH pointing to the 'runtest' binary
3.) rerun 'configure'
4.) make check
EOF