From: drh Date: Mon, 3 Sep 2007 22:15:45 +0000 (+0000) Subject: Fix Makefile.in so that it rebuilds all source files that use SQLITE_TEST X-Git-Tag: version-3.6.10~1789 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d33991c7ee411df876fadfb58892b219bc7dd2e6;p=thirdparty%2Fsqlite.git Fix Makefile.in so that it rebuilds all source files that use SQLITE_TEST when constructing the testfixture. (CVS 4388) FossilOrigin-Name: dced71a010c14a53e0f71841b5fd55108b7f88b3 --- diff --git a/Makefile.in b/Makefile.in index 7a566af6ec..5f7d040105 100644 --- a/Makefile.in +++ b/Makefile.in @@ -212,8 +212,11 @@ SRC += \ # Source code to the test files. # TESTSRC = \ + $(TOP)/src/attach.c \ $(TOP)/src/btree.c \ + $(TOP)/src/build.c \ $(TOP)/src/date.c \ + $(TOP)/src/expr.c \ $(TOP)/src/func.c \ $(TOP)/src/insert.c \ $(TOP)/src/malloc.c \ @@ -223,7 +226,9 @@ TESTSRC = \ $(TOP)/src/os_win.c \ $(TOP)/src/pager.c \ $(TOP)/src/pragma.c \ + $(TOP)/src/prepare.c \ $(TOP)/src/printf.c \ + $(TOP)/src/select.c \ $(TOP)/src/test1.c \ $(TOP)/src/test2.c \ $(TOP)/src/test3.c \ @@ -243,11 +248,15 @@ TESTSRC = \ $(TOP)/src/test_schema.c \ $(TOP)/src/test_server.c \ $(TOP)/src/test_tclvar.c \ + $(TOP)/src/tokenize.c \ $(TOP)/src/utf.c \ $(TOP)/src/util.c \ $(TOP)/src/vdbe.c \ + $(TOP)/src/vdbeapi.c \ $(TOP)/src/vdbeaux.c \ - $(TOP)/src/where.c + $(TOP)/src/vdbemem.c \ + $(TOP)/src/where.c \ + parse.c # Header files used by all library source files. # diff --git a/manifest b/manifest index e50b34cab3..10e2033c1b 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Fix\sbtree.c\sso\sthat\sit\sworks\swith\s-DSQLITE_THREADSAFE=0\sand\s-DSQLITE_DEBUG=1\s(CVS\s4387) -D 2007-09-03T22:00:39 -F Makefile.in f3460f3363dd568c950a62f93e97eb19f6d069d8 +C Fix\sMakefile.in\sso\sthat\sit\srebuilds\sall\ssource\sfiles\sthat\suse\sSQLITE_TEST\nwhen\sconstructing\sthe\stestfixture.\s(CVS\s4388) +D 2007-09-03T22:15:45 +F Makefile.in cbfb898945536a8f9ea8b897e1586dd1fdbcc5db F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F VERSION 8be5bca3565b0c9667edbf4455759f1bffc0eb72 @@ -569,7 +569,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P c6809bf77625f420ac62513635628ff4f1766f83 -R 7ec7f5bd5ba036194f3de9124caa4922 +P fee2d7c0e6d34dd19ff5f7631c1743879068c8ce +R d7596e46fc67268777995a33626c8f88 U drh -Z 0685daa71fde16dce4df6f8f549f50de +Z c5f1a6a7f97c287575fba17bfc1b9c2f diff --git a/manifest.uuid b/manifest.uuid index e931e98a19..ef30a515e1 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -fee2d7c0e6d34dd19ff5f7631c1743879068c8ce \ No newline at end of file +dced71a010c14a53e0f71841b5fd55108b7f88b3 \ No newline at end of file