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

19 lines
330 B
Perl

#!/usr/local/bin/perl
# $HopeName$
#
# run tests interactively (allows for user input, immediate results,
# &c, and give results in standard format)
&options(
"MPS_INCLUDE_DIR",
"MPS_LINK_OBJ",
"INTERFACE_VERSION",
"PLATFORM"
);
require "require";
foreach $testfile (@qa_args) {
&run_test($testfile, "yes", "results");
}