From 75f40f6be888c2f9c2a36add9d8a3602509f38db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Sun, 9 Nov 2014 12:17:24 +0900 Subject: [PATCH] cl-test-more has been renamed prove --- stoe-test.asd | 2 +- t/maths.lisp | 2 +- t/shader.lisp | 2 +- t/stoe.lisp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stoe-test.asd b/stoe-test.asd index 7bd30a7..f3c5aa8 100644 --- a/stoe-test.asd +++ b/stoe-test.asd @@ -12,7 +12,7 @@ :author "Renaud Casenave-Péré" :license "GPL3" :depends-on (:stoe - :cl-test-more) + :prove) :components ((:module "t" :components ((:file "stoe") diff --git a/t/maths.lisp b/t/maths.lisp index 3f6d7d8..b0fd473 100644 --- a/t/maths.lisp +++ b/t/maths.lisp @@ -7,7 +7,7 @@ (defpackage stoe-test.maths (:use :cl :stoe - :cl-test-more)) + :prove)) (in-package :stoe-test.maths) (plan 23) diff --git a/t/shader.lisp b/t/shader.lisp index 95169b6..a9d7720 100644 --- a/t/shader.lisp +++ b/t/shader.lisp @@ -7,7 +7,7 @@ (defpackage stoe-test.shader (:use :cl :stoe - :cl-test-more + :prove :stoe.shader)) (in-package :stoe-test.shader) diff --git a/t/stoe.lisp b/t/stoe.lisp index d93c71e..22accc0 100644 --- a/t/stoe.lisp +++ b/t/stoe.lisp @@ -7,7 +7,7 @@ (defpackage stoe-test (:use :cl :stoe - :cl-test-more)) + :prove)) (in-package :stoe-test) (plan nil)