Changeset 2606

Show
Ignore:
Timestamp:
02/23/08 23:14:51 (11 months ago)
Author:
hans
Message:

Trigger build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.lisp

    r2602 r2606  
    5959 
    6060(defun test () 
    61   (exit (if (and (unit-test:run-all-tests) 
    62                  ) 
     61  (exit (if (and (unit-test:run-all-tests)) 
    6362            0 1)))