1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00
emacs/mps/qa/test/script/help/options
Richard Tucker b6a5d5ca29 Add hopename
Copied from Perforce
 Change: 19336
 ServerID: perforce.ravenbrook.com
1998-02-23 16:12:09 +00:00

34 lines
1.2 KiB
Text

display options and their current values
% $HopeName$
Usage: qa options [<options>]
'options' prints out a table of all options and flags used
by the qa harness. Each may be specified by setting an
environment variable (to "on" or "off" in the case of a flag)
or as a command line option. The current values (i.e. resulting
from defaults, environment variables and any options given
to the 'options' command) are also shown.
What the options mean:
MMQA_MPS_INCLUDE_DIR
a directory where the MM header files may be found.
MMQA_MPS_LINK_OBJ
the MM libraries (and any other necessary files, eg the
plinth) that must be linked.
MMQA_INTERFACE_VERSION
the version of the MM interface to use. Default is
GR (grotesque), which should be correct for honeybee.3 and later
releases to Dylan. Older interfaces were known as MO (modern) and
OS (oldstyle). For testing the MM as supplied to Scriptworks,
use version SW (this does not try to use the trampoline, as it
doesn't seem to be supported in the mmsw library.
Note: if you change this setting, it may be necessary to recompile
the test libraries (qa clib).
MMQA_LOG_DIR
the directory in which log files should be saved.