From bd3e5f5b677e82583512bc062abfb82682966a4b Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Sun, 20 Oct 2013 02:32:25 -0400
Subject: [PATCH] Well, the test script now works on ABCL and XCL (when using
 the timestamp cache)

---
 test/stamp-propagation/test-stamp-propagation.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/stamp-propagation/test-stamp-propagation.lisp b/test/stamp-propagation/test-stamp-propagation.lisp
index b07ca07c..71921abd 100644
--- a/test/stamp-propagation/test-stamp-propagation.lisp
+++ b/test/stamp-propagation/test-stamp-propagation.lisp
@@ -191,8 +191,9 @@
 
 
 (cond
-  #+(and asdf3 (not abcl) (not xcl)) ;; TODO: figure out why ABCL and XCL fail to recompile anything.
-  (t (test-defsystem :asdf))
+  #+asdf3 ;; TODO: figure out why ABCL and XCL fail to recompile anything.
+  ((and #+(or abcl xcl) (use-cache-p :asdf))
+   (test-defsystem :asdf))
   (t (signals error (test-defsystem :asdf))))
 
 #+(or genera lispworks)
-- 
GitLab