From e68ef9c82b83bd59cf90618795cd3a09ae98310b Mon Sep 17 00:00:00 2001 From: Dirk Herrmann Date: Thu, 29 Apr 2004 20:44:52 +0000 Subject: [PATCH] * tests/elisp.test: Wrap tests in module (test-suite test-), following a practice that was used on a couple of files already. --- test-suite/ChangeLog | 6 ++++++ test-suite/tests/elisp.test | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 7864305dd..6b275899e 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,9 @@ +2004-04-29 Dirk Herrmann + + * tests/elisp.test: Wrap tests in module (test-suite + test-), following a practice that was + used on a couple of files already. + 2004-04-28 Kevin Ryde * standalone/test-num2integral.c (test_long_long): Exercise diff --git a/test-suite/tests/elisp.test b/test-suite/tests/elisp.test index d3fadf358..d9d8c4474 100644 --- a/test-suite/tests/elisp.test +++ b/test-suite/tests/elisp.test @@ -15,12 +15,14 @@ ;;;; License along with this library; if not, write to the Free Software ;;;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +(define-module (test-suite test-elisp) + :use-module (test-suite lib) + :use-module (ice-9 weak-vector)) + ;;; ;;; elisp ;;; -(use-modules (ice-9 weak-vector)) - (if (defined? '%nil) (with-test-prefix "scheme"