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

« back to all changes in this revision

Viewing changes to test/test-modules-serial.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:
3
3
  :serial t
4
4
  :components
5
5
  ((:module "a"
6
 
            :serial t
7
 
            :pathname "."
8
 
            :components
9
 
            ((:file "file1")
10
 
             (:file "file2")))
 
6
            :serial t
 
7
            :pathname "."
 
8
            :components
 
9
            ((:file "file1")
 
10
             (:file "file2")))
11
11
   (:module "b"
12
 
            :pathname "b"
13
 
            :components
14
 
            ((:file "file3")))))
 
12
            :pathname "b"
 
13
            :components
 
14
            ((:file "file3")))))
15
15