diff options
| author | Glenn Morris | 2017-09-16 13:27:25 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-09-16 13:56:56 -0700 |
| commit | 546413e1ac5106113812d749178c73ed693331f2 (patch) | |
| tree | 02a5f4cffca5acdf10b4f29e4a379a891f0044c3 /test/src | |
| parent | 96aaeaaffac8a93d9c8126ba77ad217a3f323fce (diff) | |
| download | emacs-546413e1ac5106113812d749178c73ed693331f2.tar.gz emacs-546413e1ac5106113812d749178c73ed693331f2.zip | |
* test/src/lcms-tests.el (lcms-whitepoint): Skip if lcms2 not present.
(cherry picked from commit 8081df26911c63aadfce4ee8f6a7223d814baeaf)
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/lcms-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/lcms-tests.el b/test/src/lcms-tests.el index e176cff2dc6..962902eb100 100644 --- a/test/src/lcms-tests.el +++ b/test/src/lcms-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lcms-tests.el --- tests for Little CMS interface -*- lexical-binding: t -*- | 1 | ;;; lcms-tests.el --- tests for Little CMS interface -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
| @@ -67,6 +67,7 @@ B is considered the exact value." | |||
| 67 | 67 | ||
| 68 | (ert-deftest lcms-whitepoint () | 68 | (ert-deftest lcms-whitepoint () |
| 69 | "Test use of `lcms-temp->white-point'." | 69 | "Test use of `lcms-temp->white-point'." |
| 70 | (skip-unless (featurep 'lcms2)) | ||
| 70 | (should-error (lcms-temp->white-point 3999)) | 71 | (should-error (lcms-temp->white-point 3999)) |
| 71 | (should-error (lcms-temp->white-point 25001)) | 72 | (should-error (lcms-temp->white-point 25001)) |
| 72 | ;; D55 | 73 | ;; D55 |