emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 a726e09 2/2: * test/src/lcms-tests.el (lcms-cri-c


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

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

    * test/src/lcms-tests.el (lcms-cri-cam02-ucs): Skip if lcms2 not present.
---
 test/src/lcms-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/src/lcms-tests.el b/test/src/lcms-tests.el
index 962902e..3d0942c 100644
--- a/test/src/lcms-tests.el
+++ b/test/src/lcms-tests.el
@@ -51,6 +51,7 @@ B is considered the exact value."
 
 (ert-deftest lcms-cri-cam02-ucs ()
   "Test use of `lcms-cam02-ucs'."
+  (skip-unless (featurep 'lcms2))
   (should-error (lcms-cam02-ucs '(0 0 0) '(0 0 0) "error"))
   (should-error (lcms-cam02-ucs '(0 0 0) 'error))
   (should-not



reply via email to

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