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:
parent
35dbc79cc3
commit
bc60ce7ffd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user