]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix minor typo in the quicktest MSVC makefile target.
authormistachkin <mistachkin@noemail.net>
Wed, 10 Jun 2015 22:03:40 +0000 (22:03 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 10 Jun 2015 22:03:40 +0000 (22:03 +0000)
FossilOrigin-Name: 75b65f9d49daaf48e97042cb82ea554e2ec74eec

Makefile.msc
manifest
manifest.uuid

index f29f66cce3b0574eef29515a41d6bee31cb0b103..70c16b11c38dc71c72c5f02d45553c499958e558 100644 (file)
@@ -1699,7 +1699,7 @@ fuzztest: fuzzcheck.exe
 
 # Minimal testing that runs in less than 3 minutes (on a fast machine)
 #
-quicktest:     .\testfixture.exe
+quicktest:     testfixture.exe
        .\testfixture.exe $(TOP)\test\extraquick.test $(TESTOPTS)
 
 # This is the common case.  Run many tests that do not take too long,
index a38aca8867498714f05d46c962823d73a39799d6..7b46a7527ca70dd58f34d4511d34a53ae2522b7c 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C "test"\stargets\son\sall\smakefiles\suse\s--verbose=file\s--output=test-out.txt.\nAdd\sthe\snew\s"quicktest"\starget\sto\sall\smakefiles\s-\sdesigned\sto\srun\sin\sunder\nthree\sminutes.\s\sThe\s--quick\soption\son\sreleasetest.tcl\snow\suses\squicktest.
-D 2015-06-10T18:53:09.696
+C Fix\sminor\stypo\sin\sthe\squicktest\sMSVC\smakefile\starget.
+D 2015-06-10T22:03:40.913
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 1063c58075b7400d93326b0eb332b48a54f53025
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
-F Makefile.msc 5a8418c81f736dfa953c809af1a48398017b3610
+F Makefile.msc b7db9ccbbad1c495b98e5326a06cac03aa206127
 F Makefile.vxworks e1b65dea203f054e71653415bd8f96dcaed47858
 F README.md 8ecc12493ff9f820cdea6520a9016001cb2e59b7
 F VERSION ce0ae95abd7121c534f6917c1c8f2b70d9acd4db
@@ -1286,7 +1286,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 7b446771cadedafbe8924ad0658adc2597816dc7
-R e13907780a1cb22e147b44d8ea4a5351
-U drh
-Z 0da5f15a574d2a2ef40a9dda668b3442
+P 6ddef2ad35ceb5822fc14c65bc7c6a2662edb63c
+R c63a194dd469f312ca0f35c47faf1707
+U mistachkin
+Z c108f8ac4d75e13d11936c87d29e2e70
index 3037113ee14546adb89b0e59b0cddd7b6f80c911..d1f247c6bc3ba4f2a5b16a6c42427e0c92021935 100644 (file)
@@ -1 +1 @@
-6ddef2ad35ceb5822fc14c65bc7c6a2662edb63c
\ No newline at end of file
+75b65f9d49daaf48e97042cb82ea554e2ec74eec
\ No newline at end of file