diff options
| author | Glenn Morris | 2017-09-16 13:27:25 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-09-16 13:27:25 -0700 |
| commit | 8081df26911c63aadfce4ee8f6a7223d814baeaf (patch) | |
| tree | 5fdb871b7f7d63f73dcf0abe54d79f728035f5e4 /test/src | |
| parent | 977cd6cb28a37744966ec62f70cf62659f6f302a (diff) | |
| download | emacs-8081df26911c63aadfce4ee8f6a7223d814baeaf.tar.gz emacs-8081df26911c63aadfce4ee8f6a7223d814baeaf.zip | |
* test/src/lcms-tests.el (lcms-whitepoint): Skip if lcms2 not present.
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 0d6b8db3d4b..74648e1979e 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 | ||
| @@ -48,6 +48,7 @@ B is considered the exact value." | |||
| 48 | 48 | ||
| 49 | (ert-deftest lcms-whitepoint () | 49 | (ert-deftest lcms-whitepoint () |
| 50 | "Test use of `lcms-temp->white-point'." | 50 | "Test use of `lcms-temp->white-point'." |
| 51 | (skip-unless (featurep 'lcms2)) | ||
| 51 | (should-error (lcms-temp->white-point 3999)) | 52 | (should-error (lcms-temp->white-point 3999)) |
| 52 | (should-error (lcms-temp->white-point 25001)) | 53 | (should-error (lcms-temp->white-point 25001)) |
| 53 | ;; D55 | 54 | ;; D55 |