1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 04:53:12 -08:00
emacs/mps/qa/test/script/commands/clib
Richard Tucker 31e9b4207f Tidy up output
and allow internal interface
actual clib code moved to runtest in script directory

Copied from Perforce
 Change: 18985
 ServerID: perforce.ravenbrook.com
1997-11-13 14:11:34 +00:00

16 lines
216 B
Perl

#!/usr/local/bin/perl -w
#
# Compile all the .c files in $testlib_dir,
# putting the resulting .o files in $obj_dir.
#
&options(
"MPS_INCLUDE_DIR",
"INTERFACE_VERSION",
"PLATFORM"
);
require "require";
&clib;