1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

; etc/w32-feature.el (harfbuzz): improve test

This enable the tests to be used with batch (Bug#68919), e.g.

emacs.exe -l etc/w32-feature.el --batch -eval \
  '(ert-run-tests-batch-and-exit)'
This commit is contained in:
Corwin Brust 2024-02-03 20:54:29 -06:00
parent 0e43e35f96
commit c29b798537

View File

@ -46,9 +46,7 @@
(ert-deftest feature-harfbuzz ()
(should
(eq
'harfbuzz
(car (frame-parameter nil 'font-backend)))))
(eq 'harfbuzz (get 'uniscribe 'font-driver-superseded-by))))
(ert-deftest feature-gnutls ()
(should (gnutls-available-p)))