diff options
author | Glenn Morris <rgm@gnu.org> | 2017-09-16 13:56:44 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-09-16 13:56:56 -0700 |
commit | a726e09a9a89f85c78b65a96601110bca1a9983b (patch) | |
tree | d432532a2df834ff1b7975cbbfa06562e22b026d /test/src/lcms-tests.el | |
parent | 546413e1ac5106113812d749178c73ed693331f2 (diff) | |
download | emacs-a726e09a9a89f85c78b65a96601110bca1a9983b.tar.gz |
* test/src/lcms-tests.el (lcms-cri-cam02-ucs): Skip if lcms2 not present.
Diffstat (limited to 'test/src/lcms-tests.el')
-rw-r--r-- | test/src/lcms-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/lcms-tests.el b/test/src/lcms-tests.el index 962902eb100..3d0942c8d15 100644 --- a/test/src/lcms-tests.el +++ b/test/src/lcms-tests.el @@ -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 |