diff options
| author | Lars Ingebrigtsen | 2021-12-16 07:43:29 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-12-16 07:43:29 +0100 |
| commit | bc60ce7ffdf39fc3288938337e7f6c0706b37082 (patch) | |
| tree | 59e32ab34b659d2bdac23add3f63b599878696e7 /test/src | |
| parent | 35dbc79cc3233129da90ae2f4916d73e189b63cc (diff) | |
| download | emacs-bc60ce7ffdf39fc3288938337e7f6c0706b37082.tar.gz emacs-bc60ce7ffdf39fc3288938337e7f6c0706b37082.zip | |
Skip extension tests on hosts without the function
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/sqlite-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/sqlite-tests.el b/test/src/sqlite-tests.el index d1076e481c4..27ba74e9d23 100644 --- a/test/src/sqlite-tests.el +++ b/test/src/sqlite-tests.el | |||
| @@ -184,6 +184,7 @@ | |||
| 184 | 184 | ||
| 185 | (ert-deftest sqlite-load-extension () | 185 | (ert-deftest sqlite-load-extension () |
| 186 | (skip-unless (sqlite-available-p)) | 186 | (skip-unless (sqlite-available-p)) |
| 187 | (skip-unless (fboundp 'sqlite-load-extension)) | ||
| 187 | (let (db) | 188 | (let (db) |
| 188 | (setq db (sqlite-open)) | 189 | (setq db (sqlite-open)) |
| 189 | (should-error | 190 | (should-error |