Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
546413e1
Commit
546413e1
authored
Sep 16, 2017
by
Glenn Morris
Browse files
* test/src/lcms-tests.el (lcms-whitepoint): Skip if lcms2 not present.
(cherry picked from commit
8081df26
)
parent
96aaeaaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/src/lcms-tests.el
test/src/lcms-tests.el
+2
-1
No files found.
test/src/lcms-tests.el
View file @
546413e1
;;; 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment