uffi uffi.asd,1.24,1.25
"Kevin M. Rosenberg" <[email protected]> Fri, 6 Jun 2003 15:59:20 -0600
| Newsgroups | gmane.lisp.uffi.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/uffi
In directory boa.b9.com:/tmp/cvs-serv10400
Modified Files:
uffi.asd
Log Message:
return from san diego
Index: uffi.asd
===================================================================
RCS file: /pubcvs/uffi/uffi.asd,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** uffi.asd 29 Apr 2003 12:09:36 -0000 1.24
--- uffi.asd 6 Jun 2003 21:59:18 -0000 1.25
***************
*** 45,49 ****
#+(or allegro lispworks cmu mcl cormanlisp sbcl scl)
! (defmethod perform ((o test-op) (c (eql (find-system :uffi))))
(oos 'load-op 'uffi-tests)
(oos 'test-op 'uffi-tests))
--- 45,49 ----
#+(or allegro lispworks cmu mcl cormanlisp sbcl scl)
! (defmethod perform ((o test-op) (c (eql (find-system 'uffi))))
(oos 'load-op 'uffi-tests)
(oos 'test-op 'uffi-tests))