Skip to content
Snippets Groups Projects
Commit 94d3d904 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Disable test-stamp-propagation on XCL, too.

parent 29ab79a1
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
'((:compiling :system) (:load-toplevel :file1) '((:compiling :system) (:load-toplevel :file1)
(:compile-toplevel :file2) (:load-toplevel :file2)))) (:compile-toplevel :file2) (:load-toplevel :file2))))
#-abcl ;; TODO: figure out why ABCL fails to recompile anything. #-(or abcl xcl) ;; TODO: figure out why ABCL and XCL fail to recompile anything.
(test-defsystem :asdf) (test-defsystem :asdf)
#+(or genera lispworks) #+(or genera lispworks)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment