~ubuntu-branches/ubuntu/vivid/cl-asdf/vivid

« back to all changes in this revision

Viewing changes to test/test-modules.asd

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2009-12-31 08:36:15 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091231083615-hmxl8y14zxcb0iq3
New upstream, version 1.374

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
(asdf:defsystem test-modules
3
3
  :components
4
4
  ((:module "a"
5
 
            :pathname "."
6
 
            :components
7
 
            ((:file "file1")))
 
5
            :pathname "."
 
6
            :components
 
7
            ((:file "file1")))
8
8
   (:module "b"
9
 
            :pathname "b"
10
 
            :depends-on ("a")
11
 
            :components
12
 
            ((:file "file2")))))
 
9
            :pathname "b"
 
10
            :depends-on ("a")
 
11
            :components
 
12
            ((:file "file2")))))
13
13