Modify the valgrind target to be consistent with regard to target suffixes.

FossilOrigin-Name: dc4aa7321262ace43d985a227ad052dfca7db6c7
This commit is contained in:
mistachkin 2015-01-07 18:19:09 +00:00
parent b13160f71f
commit d3a720e11e
3 changed files with 9 additions and 9 deletions

View File

@ -943,8 +943,8 @@ fulltestonly: testfixture$(TEXE) sqlite3$(TEXE)
test: testfixture$(TEXE) sqlite3$(TEXE)
./testfixture$(TEXE) $(TOP)/test/veryquick.test
valgrindtest: testfixture sqlite3
valgrind -v ./testfixture $(TOP)/test/permutations.test valgrind
valgrindtest: testfixture$(TEXE) sqlite3$(TEXE)
valgrind -v ./testfixture$(TEXE) $(TOP)/test/permutations.test valgrind
sqlite3_analyzer.c: sqlite3.c $(TOP)/src/test_stat.c $(TOP)/src/tclsqlite.c $(TOP)/tool/spaceanal.tcl
echo "#define TCLSH 2" > $@

View File

@ -1,7 +1,7 @@
C Fix\sthreads-enabled\sbuilds\son\sWindows\swhen\sthe\samalgamation\sis\snot\sin\suse.
D 2015-01-07T18:11:29.002
C Modify\sthe\svalgrind\starget\sto\sbe\sconsistent\swith\sregard\sto\starget\ssuffixes.
D 2015-01-07T18:19:09.561
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 93b5a564234f87ded60df9bc196f163bb9d7ff44
F Makefile.in 3a2b5f8356e11591b2a7b23ce444654424591d06
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
F Makefile.msc b363b90fe1bfc3b87d190f2f728a126c00d9ce09
F Makefile.vxworks 034289efa9d591b04b1a73598623119c306cbba0
@ -1235,7 +1235,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 be17ef03f1d74187f7d3b5d72a12fc00db513c8e
R c017e1263e3a1543e8b0c9af20b82a8a
P 9b92a4d2b6585d5fdf20330e4138081df58960e9
R 57542d62cffe2d566b148ef68993a058
U mistachkin
Z 825ab427837e393aa1593ac0c51b1252
Z 0f5a5e7af0d0c3b98a248d1911e08a19

View File

@ -1 +1 @@
9b92a4d2b6585d5fdf20330e4138081df58960e9
dc4aa7321262ace43d985a227ad052dfca7db6c7