File: test1.asd

package info (click to toggle)
cl-asdf 1.86-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 352 kB
  • ctags: 178
  • sloc: lisp: 1,193; sh: 83; makefile: 54
file content (12 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (3)
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
|#