aboutsummaryrefslogtreecommitdiffstats
path: root/Lisp/asdf/test/test1.asd
blob: 423d7962efbe35338697e350937ce8906f21678a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; -*- Lisp -*-
(asdf:defsystem test1	
    :components ((:file "file2" :in-order-to ((compile-op (load-op "file1"))))
		 (:file "file1")))

#|
1) from clean, check that all fasl files build and that some function
   defined in the second file is present

2) delete the second fasl file, and build again.  do test 1 again and
   also check the date on file1.fasl
|#