Commit 5bd63e76 authored by Robert Goldman's avatar Robert Goldman
Browse files

Test case for launchpad bug 1445638.

This test case is commented out with #+NIL because we don't have a fix
yet.  See https://bugs.launchpad.net/asdf/+bug/1445638
parent 3a69c0a7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -28,3 +28,10 @@
  :components ((:file "file3")))

(signals asdf::formatted-system-definition-error (make :test-defsystem-depends-on-3))

(defparameter *newsym* (gentemp (symbol-name 'feature) :keyword))

;;; FIXME: the following form triggers bug https://bugs.launchpad.net/asdf/+bug/1445638
#+nil
(eval `(def-test-system test-defsystem-depends-on-4
         :defsystem-depends-on ((:feature ,*newsym* "test-defsystem-depends-on-3"))))