emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 8081df2: * test/src/lcms-tests.el (lcms-whitepoint)


From: Glenn Morris
Subject: [Emacs-diffs] master 8081df2: * test/src/lcms-tests.el (lcms-whitepoint): Skip if lcms2 not present.
Date: Sat, 16 Sep 2017 16:28:29 -0400 (EDT)

branch: master
commit 8081df26911c63aadfce4ee8f6a7223d814baeaf
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 0d6b8db..74648e1 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
 
@@ -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



reply via email to

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