1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00: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