Skip to content
Snippets Groups Projects
Commit ff210f3e authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Modified the module-dependency test to agree with test restructuring.

My module-dependency test had strayed from the other tests.
parent 4fd7c135
No related branches found
No related tags found
No related merge requests found
;;; -*- Lisp -*- ;;; -*- Lisp -*-
(load "script-support") (load "script-support")
(load (compile-file-pathname "../asdf")) (load-asdf)
(trace asdf:operate)
(quit-on-error (quit-on-error
(setf asdf:*central-registry* '(*default-pathname-defaults*)) (setf asdf:*central-registry* '(*default-pathname-defaults*))
...@@ -13,7 +12,7 @@ ...@@ -13,7 +12,7 @@
(assert (and file1-date (file-write-date (asdf:compile-file-pathname* "file2")))) (assert (and file1-date (file-write-date (asdf:compile-file-pathname* "file2"))))
;; and loaded ;; and loaded
(assert test-package::*file1*) (assert (eval (intern (symbol-name '#:*file1*) :test-package)))
;; now touch file1 and check that file2 _is_ also recompiled ;; now touch file1 and check that file2 _is_ also recompiled
......
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