From 8ffcf6e725f97a4f3480ef6583743d7786e42997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 6 Jan 2010 23:55:13 +0100 Subject: [PATCH] Enclose hooks tests in their own module. * test-suite/tests/hooks.test: Enclose in `(test-suite test-hooks)' module. --- test-suite/tests/hooks.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test-suite/tests/hooks.test b/test-suite/tests/hooks.test index 0987f8c3c..e6beb491e 100644 --- a/test-suite/tests/hooks.test +++ b/test-suite/tests/hooks.test @@ -1,5 +1,5 @@ ;;;; hooks.test --- tests guile's hooks implementation -*- scheme -*- -;;;; Copyright (C) 1999, 2001, 2006, 2009 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 2001, 2006, 2009, 2010 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -15,6 +15,9 @@ ;;;; License along with this library; if not, write to the Free Software ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +(define-module (test-suite test-hooks) + #:use-module (test-suite lib)) + ;;; ;;; miscellaneous ;;;