Enclose hooks tests in their own module.
authorLudovic Courtès <ludo@gnu.org>
Wed, 6 Jan 2010 22:55:13 +0000 (23:55 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 7 Jan 2010 10:10:36 +0000 (11:10 +0100)
* test-suite/tests/hooks.test: Enclose in `(test-suite test-hooks)'
  module.

test-suite/tests/hooks.test

index 0987f8c3c3b9ad8228c06b632064dc56a4619c4b..e6beb491e53cb869a388f7e6156d08c54f999570 100644 (file)
@@ -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
 ;;;