aboutsummaryrefslogtreecommitdiffstats
path: root/Lisp/asdf/test/test2b2.asd
blob: 3344fcd66182ed82390a54158b1eacec17d81ab4 (plain)
1
2
3
4
5
6
7
8
;;; -*- Lisp -*-
(asdf:defsystem test2b2
    :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.2")))))