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 2905cf7830 New unit
new qa command

Copied from Perforce
 Change: 18996
 ServerID: perforce.ravenbrook.com
1997-11-13 16:50:36 +00:00

18 lines
317 B
Perl

#!/usr/local/bin/perl
#
# 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");
}