diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-07-23 22:39:20 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-07-23 22:39:20 +0000 |
commit | ae1d52ff88034dab0737cc618aa356bb9d855045 (patch) | |
tree | 3fe706b2676501b09a4a42bf16a9ead572b1ab05 | |
parent | 76af04d6a2300739221feeddd6455d30f4c5de1e (diff) | |
download | guile-ae1d52ff88034dab0737cc618aa356bb9d855045.tar.gz |
* tests/socket.test: New file, exercising htonl and ntohl.
* Makefile.am (SCM_TESTS): Add it.
-rw-r--r-- | test-suite/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |