From eb6c635af6e9c6e2df3be0e06c8fe84b5b728ad1 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 8 Aug 2003 23:05:30 +0000 Subject: [PATCH] * tests/srcprop.test: New file. * 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 0318e5d67..4a34bd868 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -28,6 +28,7 @@ SCM_TESTS = tests/alist.test \ tests/r4rs.test \ tests/reader.test \ tests/regexp.test \ + tests/srcprop.test \ tests/srfi-1.test \ tests/srfi-6.test \ tests/srfi-10.test \