mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 04:50:28 +02:00
Use (test-suite lib) module.
This commit is contained in:
parent
4330ee2502
commit
f16f4d3cae
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue