projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7855f95
)
Use correct case for package name and suite name (for AllegroCL modern mode).
author
Kiyoshi Mizumaru
<https://github.com/kmizumar>
Tue, 4 Dec 2012 10:47:52 +0000
(11:47 +0100)
committer
Marco Baringer
<mb@bese.it>
Tue, 4 Dec 2012 10:47:52 +0000
(11:47 +0100)
t/suite.lisp
patch
|
blob
|
history
diff --git
a/t/suite.lisp
b/t/suite.lisp
index
46e5369
..
63dbde5
100644
(file)
--- a/
t/suite.lisp
+++ b/
t/suite.lisp
@@
-1,9
+1,9
@@
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
-(in-package :it.bese.fiveam)
+(in-package :it.bese.FiveAM)
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (get-test :it.bese)
(def-suite :it.bese)))
-(def-suite :it.bese.fiveam :in :it.bese)
+(def-suite :it.bese.FiveAM :in :it.bese)