projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae1c27
)
* test/src/sqlite-tests.el (sqlite-version): Declare.
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 6 Dec 2022 21:21:00 +0000
(22:21 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 7 Dec 2022 08:21:23 +0000
(09:21 +0100)
test/src/sqlite-tests.el
patch
|
blob
|
history
diff --git
a/test/src/sqlite-tests.el
b/test/src/sqlite-tests.el
index e9ddf9c0beff206b5069581c4185c8d3786573e7..a2472c43dad74fd3ab03b518624da42458da7bcb 100644
(file)
--- a/
test/src/sqlite-tests.el
+++ b/
test/src/sqlite-tests.el
@@
-36,6
+36,7
@@
(declare-function sqlite-select "sqlite.c")
(declare-function sqlite-open "sqlite.c")
(declare-function sqlite-load-extension "sqlite.c")
+(declare-function sqlite-version "sqlite.c")
(ert-deftest sqlite-select ()
(skip-unless (sqlite-available-p))