]> git.eshelyaron.com Git - emacs.git/commitdiff
Skip extension tests on hosts without the function
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 16 Dec 2021 06:43:29 +0000 (07:43 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 16 Dec 2021 06:43:29 +0000 (07:43 +0100)
test/src/sqlite-tests.el

index d1076e481c49f775a1600c11954555aab009de7c..27ba74e9d23bdec240390c9134b65614be815af9 100644 (file)
 
 (ert-deftest sqlite-load-extension ()
   (skip-unless (sqlite-available-p))
+  (skip-unless (fboundp 'sqlite-load-extension))
   (let (db)
     (setq db (sqlite-open))
     (should-error