aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-03-05 19:06:20 +0100
committerLars Ingebrigtsen2022-03-05 19:06:20 +0100
commitd70ad7229aabec4e2fadf2f655d23de7bf60d1b9 (patch)
tree7e239a755d0e19eb21c4547decd481c0f5777012 /test
parent1e1d2f18c6d797f7e49a71f998a82cb255b8bb58 (diff)
downloademacs-d70ad7229aabec4e2fadf2f655d23de7bf60d1b9.tar.gz
emacs-d70ad7229aabec4e2fadf2f655d23de7bf60d1b9.zip
Fix emacs-module-test after recent changes
* test/Makefile.in ($(test_module)): Include libgnu.a in the module test (because the module uses functions from gnulib) (bug#32452).
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 708c4b2fb0f..79d3dcf92f8 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -285,7 +285,7 @@ $(test_module): $(test_module:${SO}=.c) ../src/emacs-module.h
285 -o $@ $< $(LIBGMP) \ 285 -o $@ $< $(LIBGMP) \
286 $(and $(GMP_H),$(srcdir)/../lib/mini-gmp-gnulib.c) \ 286 $(and $(GMP_H),$(srcdir)/../lib/mini-gmp-gnulib.c) \
287 $(FREE_SOURCE_$(REPLACE_FREE)) \ 287 $(FREE_SOURCE_$(REPLACE_FREE)) \
288 $(srcdir)/../lib/timespec.c $(srcdir)/../lib/gettime.c 288 ../lib/libgnu.a
289endif 289endif
290 290
291src/emacs-tests.log: ../lib-src/seccomp-filter.c 291src/emacs-tests.log: ../lib-src/seccomp-filter.c