1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00
improve option handling

Copied from Perforce
 Change: 20565
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1999-02-17 17:14:23 +00:00
parent e37ffbdeb6
commit 5c43609b9b

19
mps/qa/test/script/init Normal file
View file

@ -0,0 +1,19 @@
#!/usr/local/perl
# $HopeName: MMQA_harness!script:dirs(trunk.3) $
#
# harness_init is called from qa after loading everything in,
# but before calling the command
#
1;
sub harness_init {
&platform_detect;
&process_options;
&set_dirs;
&platform_settings;
&identify;
&auto_settings;
&platform_settings;
}