Skip to content

Commit

Permalink
minor qbook fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
segv committed Jan 18, 2006
1 parent 4d4c693 commit 52208b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fiveam.asd
@@ -1,4 +1,4 @@
;;;; -*- lisp -*-
;; -*- lisp -*-

(defpackage :it.bese.FiveAM.system
(:use :common-lisp
Expand Down Expand Up @@ -27,3 +27,5 @@

(defmethod asdf:perform ((op asdf:test-op) (system (eql (find-system :FiveAM))))
(funcall (intern (string :run!) (string :it.bese.FiveAM)) :it.bese.FiveAM))

;;;;@include "src/packages.lisp"

0 comments on commit 52208b4

Please sign in to comment.