1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00
emacs/mps/qa/test/script/version
Richard Tucker 10bfa7dc17 Quoting in "system" calls on unix platforms
-> version 2.5

Copied from Perforce
 Change: 20730
 ServerID: perforce.ravenbrook.com
1999-04-16 12:12:56 +01:00

22 lines
908 B
Text

# $HopeName: MMQA_harness!script:version(trunk.7) $
# This file should be updated automatically whenever the test
# harness changes. Edit with care!
$HARNESS_VERSION="2.5";
# Version history:
# [Recorded history begins with version 2.0]
#
# 2.0 -- First numbered harness version. Before this tests didn't
# know what they required.
# 2.1 -- Addition of interface version HU. 1999-02-17
# 2.2 -- Option display no longer prints "MMQA_" before each, as
# first column was getting too narrow for option names.
# 2.3 -- Changed link settings on Intel NT, to link with MSVCRT and not
# any other defaultlib.
# 2.4 -- Changed to use "/usr/lib/sendmail" on unix platforms.
# Made easy_tramp2 static.
# Added mmqa_arena_create function.
# 2.5 -- Added quoting for -Dparm=value options to compiler. Needed
# because some tests have e.g. value = (size_t)1024.
#