* test/src/lcms-tests.el (lcms-cri-cam02-ucs): Skip if lcms2 not present.
This commit is contained in:
parent
546413e1ac
commit
a726e09a9a
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ B is considered the exact value."
|
|||
|
||||
(ert-deftest lcms-cri-cam02-ucs ()
|
||||
"Test use of `lcms-cam02-ucs'."
|
||||
(skip-unless (featurep 'lcms2))
|
||||
(should-error (lcms-cam02-ucs '(0 0 0) '(0 0 0) "error"))
|
||||
(should-error (lcms-cam02-ucs '(0 0 0) 'error))
|
||||
(should-not
|
||||
|
|
Loading…
Add table
Reference in a new issue