* test/src/lcms-tests.el (lcms-whitepoint): Skip if lcms2 not present.
(cherry picked from commit 8081df2691
)
This commit is contained in:
parent
96aaeaaffa
commit
546413e1ac
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; lcms-tests.el --- tests for Little CMS interface -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2017 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2017 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
||||
|
@ -67,6 +67,7 @@ B is considered the exact value."
|
|||
|
||||
(ert-deftest lcms-whitepoint ()
|
||||
"Test use of `lcms-temp->white-point'."
|
||||
(skip-unless (featurep 'lcms2))
|
||||
(should-error (lcms-temp->white-point 3999))
|
||||
(should-error (lcms-temp->white-point 25001))
|
||||
;; D55
|
||||
|
|
Loading…
Add table
Reference in a new issue