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:
parent
35dbc79cc3
commit
bc60ce7ffd
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue