From 008e21bbb27be3c595aa07624f1cb2adc9020550 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 11 Feb 2004 22:56:58 +0000 Subject: [PATCH] * tests/unif.test: New file, test array? and uniform-array-set1!. * 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 106f2a6b6..41a615bba 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -37,6 +37,7 @@ SCM_TESTS = tests/alist.test \ tests/syncase.test \ tests/syntax.test \ tests/time.test \ + tests/unif.test \ tests/version.test \ tests/weaks.test