From: drh Date: Tue, 31 Mar 2015 13:46:13 +0000 (+0000) Subject: Add the "mptest" target to Makefile.msc X-Git-Tag: version-3.8.9~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe0ba71112dc8703ba4fcc1bbef2837b635d210e;p=thirdparty%2Fsqlite.git Add the "mptest" target to Makefile.msc FossilOrigin-Name: 1e814e0bd116ad5a05ab9f0ebed7e21b23ed0681 --- diff --git a/Makefile.msc b/Makefile.msc index 7e6a077ffb..14b49082bd 100644 --- a/Makefile.msc +++ b/Makefile.msc @@ -1158,6 +1158,20 @@ mptester.exe: $(TOP)\mptest\mptest.c $(SHELL_CORE_DEP) $(LIBRESOBJS) sqlite3.h $(LTLINK) $(SHELL_COMPILE_OPTS) $(TOP)\mptest\mptest.c \ /link $(LTLINKOPTS) $(LTLIBPATHS) $(SHELL_LINK_OPTS) $(LIBRESOBJS) $(LIBREADLINE) $(LTLIBS) $(TLIBS) +MPTEST1=mptester mptest.db $(TOP)/mptest/crash01.test --repeat 20 +MPTEST2=mptester mptest.db $(TOP)/mptest/multiwrite01.test --repeat 20 +mptest: mptester.exe + del /Q mptest.db + $(MPTEST1) --journalmode DELETE + $(MPTEST2) --journalmode WAL + $(MPTEST1) --journalmode WAL + $(MPTEST2) --journalmode PERSIST + $(MPTEST1) --journalmode PERSIST + $(MPTEST2) --journalmode TRUNCATE + $(MPTEST1) --journalmode TRUNCATE + $(MPTEST2) --journalmode DELETE + + # This target creates a directory named "tsrc" and fills it with # copies of all of the C source code and header files needed to # build on the target system. Some of the C source code and header diff --git a/manifest b/manifest index 8a2a10e6c4..698734f7c6 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Ensure\sthat\scomparison\soperators\sdo\snot\smess\sup\sthe\sMEM_Dyn\sflag\son\sregisters\nwhen\sreverting\saffinity\schanges. -D 2015-03-31T11:42:23.599 +C Add\sthe\s"mptest"\starget\sto\sMakefile.msc +D 2015-03-31T13:46:13.387 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 88a3e6261286db378fdffa1124cad11b3c05f5bb F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 -F Makefile.msc 23e6eaa84569829c3e7f409513caa136e5bcaf2a +F Makefile.msc d7e2bcf6634197e69628e632d441646a84bfdca8 F Makefile.vxworks e1b65dea203f054e71653415bd8f96dcaed47858 F README.md d58e3bebc0a4145e0f2a87994015fdb575a8e866 F VERSION 319eb1ced4b4d17a67730f2b7b85f15c1346cb60 @@ -1248,7 +1248,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P 395bb3e677a6551b06ba96fc58c393132b93d1e8 -R 32fb3cc594bfc0fa1b6de17fb4714420 +P 02e3c88fbf6abdcf3975fb0fb71972b0ab30da30 +R d91812f133db0a587c3c0ca8a4eb33d5 U drh -Z 6c9b38c06aabdc797714a509c4f32228 +Z 3c6ff9ce8b6355a815c81088cec6c2b3 diff --git a/manifest.uuid b/manifest.uuid index b6c886cfee..37ec8cea3c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -02e3c88fbf6abdcf3975fb0fb71972b0ab30da30 \ No newline at end of file +1e814e0bd116ad5a05ab9f0ebed7e21b23ed0681 \ No newline at end of file