From 321d5b68d0e12fcfc3dfc0226f7e74ebf753f11b Mon Sep 17 00:00:00 2001 From: MatthewRock Date: Tue, 15 Sep 2015 20:41:30 +0200 Subject: [PATCH] Add alias for test kit I just downloaded the kit, and found naming inconsistent; main package has(deprecated) alias sdl2.kit, but I couldn't find testing without reading the source. I think that for the sake of consistency, there should also be nickname for test. --- examples/package.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/package.lisp b/examples/package.lisp index c646e53..4a8bd6f 100644 --- a/examples/package.lisp +++ b/examples/package.lisp @@ -4,4 +4,5 @@ (defpackage+ :kit.sdl2.test (:use #:cl #:alexandria #:kit.sdl2 #:kit.gl.shader #:kit.math) + (:nickname #:sdl2.kit.test) (:export #:test-window #:simple-window #:cube-window))