From ae1d52ff88034dab0737cc618aa356bb9d855045 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 23 Jul 2006 22:39:20 +0000 Subject: [PATCH] * tests/socket.test: New file, exercising htonl and ntohl. * Makefile.am (SCM_TESTS): Add it. --- test-suite/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index ab8b929b4..1981baa40 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -32,6 +32,7 @@ SCM_TESTS = tests/alist.test \ tests/receive.test \ tests/regexp.test \ tests/slib.test \ + tests/socket.test \ tests/srcprop.test \ tests/srfi-1.test \ tests/srfi-10.test \