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

Fix some tests for 2.32.13 on clisp.

parent c0a814bd
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
(output-files mcso sys)
(input-files mccso sys))
;; on ECL, we get un-equal pathnames.
(assert-pathnames-equal
(output-files mccso sys)
(list (test-fasl "test-concatenate-source--all-systems.lisp")))
(assert-pathname-equal
(first (output-files mccso sys))
(test-fasl "test-concatenate-source--all-systems.lisp"))
(assert-pathnames-equal
(output-files mccso sys)
(input-files mlccso sys))
......
;;; -*- Lisp -*-
(trace load compile-file perform-plan asdf/plan:traverse-action) ;; perform asdf/plan:compute-action-stamp
(setf asdf/cache:*asdf-cache* nil) ;; disable cache between those two very different compilations.
(defparameter foo :test-asdf-location-change)
......
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