1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 23:50:30 -08:00
emacs/test/src
Philipp Stephani 28268e47d8 Support .dylib suffix for modules on macOS (Bug#36226).
On macOS, shared libraries typically have the suffix .dylib.  This
commit switches the module suffix to .dylib on Darwin to account for
that.  To also support the .so suffix, introduce the concept of a
secondary module suffix.

* configure.ac: Switch MODULES_SUFFIX to .dylib for Darwin, introduce
MODULES_SECONDARY_SUFFIX.

* src/lread.c (Fload, syms_of_lread): Also use
MODULES_SECONDARY_SUFFIX if defined.

* test/src/emacs-module-tests.el (module-darwin-secondary-suffix): New
unit test.
2019-12-25 15:42:20 +01:00
..
regex-resources
alloc-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
buffer-tests.el ; Spelling fixes 2019-12-10 20:05:49 -08:00
callint-tests.el Update more copyright years 2018-12-31 18:47:22 -08:00
callproc-tests.el Minor change in a comment 2019-04-15 19:11:16 +03:00
casefiddle-tests.el Spelling fixes 2019-12-09 18:45:18 -08:00
charset-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
chartab-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cmds-tests.el forward-line now works with bignums 2019-01-27 15:52:06 -08:00
coding-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
data-tests.el Make (mod 1.0 0) consistent with (/ 1.0 0) 2019-08-24 15:55:08 -07:00
decompress-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
doc-tests.el Disable a portion of one doc-test 2019-11-09 19:38:05 -08:00
editfns-tests.el Fix byte-counting error in ‘format’ 2019-11-14 14:44:42 -08:00
emacs-module-tests.el Support .dylib suffix for modules on macOS (Bug#36226). 2019-12-25 15:42:20 +01:00
eval-tests.el Remove support for destructive splicing in elisp 2019-09-26 18:37:23 +02:00
fileio-tests.el Fix fileio.c infloops on circular lists 2019-10-30 14:43:14 -07:00
floatfns-tests.el Handle weird cases like (ceil 0 0.0) 2019-11-14 18:52:48 -08:00
fns-tests.el ; Spelling fixes 2019-12-10 20:05:49 -08:00
font-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
inotify-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
json-tests.el * test/src/json-tests.el (json-serialize/object): Fix spacing. 2019-06-29 07:41:52 +02:00
keyboard-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
keymap-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
lcms-tests.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
lread-tests.el Stop signaling an error when reading "smart quotes" in symbols 2019-11-28 18:03:42 -05:00
marker-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
minibuf-tests.el Fix case-insensitive completion of buffer names 2019-11-09 21:56:30 +02:00
print-tests.el Fix print.c infloop on circular lists 2019-10-30 14:43:14 -07:00
process-tests.el Ensure building and running on non-IPv6 capable hosts works 2019-11-08 10:04:13 +01:00
regex-emacs-tests.el Correct regexp matching of raw bytes 2019-06-28 17:30:18 +02:00
syntax-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
textprop-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
thread-tests.el Remove failing test erroneously added in backport 2019-06-14 09:40:40 +03:00
timefns-tests.el Test format-time-string padding 2019-12-06 15:37:32 -08:00
undo-tests.el Suppress interactive-only warnings in undo-tests.el (Bug#36565) 2019-08-08 08:26:31 -04:00
xml-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00