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/runset
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

19 lines
309 B
Perl

#!/usr/local/bin/perl -w
#
# run a set of tests specified in a test-set file
#
&options(
"MPS_INCLUDE_DIR",
"MPS_LINK_OBJ",
"INTERFACE_VERSION",
"PLATFORM",
"LOG_DIR"
);
require "require";
$testset = $qa_args[0];
&run_testset($testset, "$LOG_DIR/summ.log", "$LOG_DIR/res.log", "$LOG_DIR/full.log");