aboutsummaryrefslogtreecommitdiffstats
path: root/Lisp/asdf/test/test2b1.asd
blob: 985b352657eec8d90a941cb3cd71d46426e4f686 (plain)
1
2
3
4
5
6
7
8
;;; -*- Lisp -*-
(asdf:defsystem test2b1
    :version "1.0"
    :components ((:file "file2" :in-order-to ((compile-op (load-op "file1"))))
		 (:file "file1"))
    :in-order-to ((load-op (load-op (version test2a "1.1")))))