Rename files using for testing only so that their name begins with "test". (CVS 3028)

FossilOrigin-Name: e4e6a205e4f7c14aae31f26f42a143fce143db1c
This commit is contained in:
drh
2006-01-25 15:55:37 +00:00
parent 8d34dfd656
commit 2d02a67db3
7 changed files with 890 additions and 41 deletions
+2 -2
View File
@@ -191,7 +191,6 @@ TESTSRC = \
$(TOP)/src/pager.c \
$(TOP)/src/pragma.c \
$(TOP)/src/printf.c \
$(TOP)/src/server.c \
$(TOP)/src/test1.c \
$(TOP)/src/test2.c \
$(TOP)/src/test3.c \
@@ -200,10 +199,11 @@ TESTSRC = \
$(TOP)/src/test6.c \
$(TOP)/src/test7.c \
$(TOP)/src/test_async.c \
$(TOP)/src/test_md5.c \
$(TOP)/src/test_server.c \
$(TOP)/src/utf.c \
$(TOP)/src/util.c \
$(TOP)/src/vdbe.c \
$(TOP)/src/md5.c \
$(TOP)/src/where.c
# Header files used by all library source files.