1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Skip extension tests on hosts without the function

This commit is contained in:
Lars Ingebrigtsen 2021-12-16 07:43:29 +01:00
parent 35dbc79cc3
commit bc60ce7ffd

View file

@ -184,6 +184,7 @@
(ert-deftest sqlite-load-extension ()
(skip-unless (sqlite-available-p))
(skip-unless (fboundp 'sqlite-load-extension))
(let (db)
(setq db (sqlite-open))
(should-error