1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 04:50:28 +02:00

* tests/elisp.test: Wrap tests in module (test-suite

test-<file-name without .test>), following a practice that was
	used on a couple of files already.
This commit is contained in:
Dirk Herrmann 2004-04-29 20:44:52 +00:00
parent a0d06a004f
commit e68ef9c82b
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2004-04-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
* tests/elisp.test: Wrap tests in module (test-suite
test-<file-name without .test>), following a practice that was
used on a couple of files already.
2004-04-28 Kevin Ryde <user42@zip.com.au>
* standalone/test-num2integral.c (test_long_long): Exercise

View file

@ -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"