mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
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.
14 lines
266 B
Bash
Executable File
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
|