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:
parent
a0d06a004f
commit
e68ef9c82b
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue