From aa529137005c8445ee6a0cd35634de686dd91b72 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 6 Jan 2004 22:20:19 +0000 Subject: [PATCH] * Makefile.am (SCM_TESTS): Add unif.test. --- test-suite/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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