mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 04:53:12 -08:00
and allow internal interface actual clib code moved to runtest in script directory Copied from Perforce Change: 18985 ServerID: perforce.ravenbrook.com
16 lines
216 B
Perl
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;
|
|
|