From 8081df26911c63aadfce4ee8f6a7223d814baeaf Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 16 Sep 2017 13:27:25 -0700 Subject: [PATCH] * test/src/lcms-tests.el (lcms-whitepoint): Skip if lcms2 not present. --- test/src/lcms-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ ;;; 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 @@ -48,6 +48,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 -- 2.39.5