1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 21:10:29 +02:00

Use (test-suite lib) module.

This commit is contained in:
Marius Vollmer 2005-01-07 00:31:36 +00:00
parent 4330ee2502
commit f16f4d3cae

View file

@ -18,7 +18,8 @@
;;;; the Free Software Foundation, Inc., 59 Temple Place, Suite 330, ;;;; the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
;;;; Boston, MA 02111-1307 USA ;;;; Boston, MA 02111-1307 USA
(use-modules (srfi srfi-4)) (use-modules (srfi srfi-4)
(test-suite lib))
(with-test-prefix "u8 vectors" (with-test-prefix "u8 vectors"