mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
New unit
improve option handling Copied from Perforce Change: 20565 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
e37ffbdeb6
commit
5c43609b9b
1 changed files with 19 additions and 0 deletions
19
mps/qa/test/script/init
Normal file
19
mps/qa/test/script/init
Normal 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue