diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-01-06 22:20:19 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-01-06 22:20:19 +0000 |
commit | aa529137005c8445ee6a0cd35634de686dd91b72 (patch) | |
tree | 346ab579ce777c19657d036f394c748a641873c0 | |
parent | f410f8e7bab96b71b0f5bdb7486b7c7cdced2bd8 (diff) | |
download | guile-aa529137005c8445ee6a0cd35634de686dd91b72.tar.gz |
* Makefile.am (SCM_TESTS): Add unif.test.
-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 2e9ce72a2..3481f77a5 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -68,6 +68,7 @@ SCM_TESTS = tests/alist.test \ tests/syntax.test \ tests/threads.test \ tests/time.test \ + tests/unif.test \ tests/version.test \ tests/weaks.test |