emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 546413e 1/2: * test/src/lcms-tests.el (lcms-white


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 546413e 1/2: * test/src/lcms-tests.el (lcms-whitepoint): Skip if lcms2 not present.
Date: Sat, 16 Sep 2017 16:57:18 -0400 (EDT)

branch: emacs-26
commit 546413e1ac5106113812d749178c73ed693331f2
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/src/lcms-tests.el (lcms-whitepoint): Skip if lcms2 not present.
    
    (cherry picked from commit 8081df26911c63aadfce4ee8f6a7223d814baeaf)
---
 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 e176cff..962902e 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: address@hidden
 
@@ -67,6 +67,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]