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).
This commit is contained in:
Lars Ingebrigtsen 2022-03-05 19:06:20 +01:00
parent 1e1d2f18c6
commit d70ad7229a

View file

@ -285,7 +285,7 @@ $(test_module): $(test_module:${SO}=.c) ../src/emacs-module.h
-o $@ $< $(LIBGMP) \
$(and $(GMP_H),$(srcdir)/../lib/mini-gmp-gnulib.c) \
$(FREE_SOURCE_$(REPLACE_FREE)) \
$(srcdir)/../lib/timespec.c $(srcdir)/../lib/gettime.c
../lib/libgnu.a
endif
src/emacs-tests.log: ../lib-src/seccomp-filter.c