1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add some comments in the VSIX test tool.

FossilOrigin-Name: c871473ffee6dbb0f5b47f1c1329c84b902368ae
This commit is contained in:
mistachkin
2016-02-25 23:27:02 +00:00
parent a85ac12d00
commit 74c2f06668
3 changed files with 15 additions and 14 deletions

View File

@ -1,5 +1,5 @@
C Add\stool\sfor\ssmoke-testing\sthe\sUWP\sVSIX\spackage. C Add\ssome\scomments\sin\sthe\sVSIX\stest\stool.
D 2016-02-25T23:25:00.511 D 2016-02-25T23:27:02.855
F Makefile.in 4e90dc1521879022aa9479268a4cd141d1771142 F Makefile.in 4e90dc1521879022aa9479268a4cd141d1771142
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
F Makefile.msc 28fc4ee02333996d31b3602b39eeb8e609a89ce4 F Makefile.msc 28fc4ee02333996d31b3602b39eeb8e609a89ce4
@ -1446,12 +1446,11 @@ F vsixtest/Package.appxmanifest 6b6db1eb7df3a315c5d681059754d5f0e0c47a93
F vsixtest/pch.cpp cb823cfac36f1a39a7eb0acbd7e9a0b0de8f23af F vsixtest/pch.cpp cb823cfac36f1a39a7eb0acbd7e9a0b0de8f23af
F vsixtest/pch.h 9cab7980f2ac4baa40807d8b5e52af32a21cf78c F vsixtest/pch.h 9cab7980f2ac4baa40807d8b5e52af32a21cf78c
F vsixtest/vsixtest.sln 77cadbe4e96c1fe1bf51cd77de9e9b0a12ada547 F vsixtest/vsixtest.sln 77cadbe4e96c1fe1bf51cd77de9e9b0a12ada547
F vsixtest/vsixtest.tcl 463b7aa846f8f1bdadf2aadb1ac84c34c247437c F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
P 2459d3238853951bc3a507dd975e7ec921cf8446 799d5f09ed058898167e43bd9c8d1bf8c5df23ba P d27f32c6d72182198ae6d6cf8e385be76335dc65
R a2c41dee5fc3fcec68335e2bea7b9721 R eaa06d7471a7f3afc4a0fae5257d24c3
T +closed 799d5f09ed058898167e43bd9c8d1bf8c5df23ba
U mistachkin U mistachkin
Z 00dca86db1b95b6beaa7d7daeb4c1114 Z cdb877e6651172a6d5d6ba712087b34e

View File

@ -1 +1 @@
d27f32c6d72182198ae6d6cf8e385be76335dc65 c871473ffee6dbb0f5b47f1c1329c84b902368ae

View File

@ -5,24 +5,26 @@
# #
# PREREQUISITES # PREREQUISITES
# #
# 1. This tool must be executed with "elevated administrator" privileges. # 1. This tool is Windows only.
# #
# 2. Tcl 8.4 and later are supported, earlier versions have not been tested. # 2. This tool must be executed with "elevated administrator" privileges.
# #
# 3. The "sqlite-UWP-output.vsix" file is assumed to exist in the parent # 3. Tcl 8.4 and later are supported, earlier versions have not been tested.
#
# 4. The "sqlite-UWP-output.vsix" file is assumed to exist in the parent
# directory of the directory containing this script. The [optional] first # directory of the directory containing this script. The [optional] first
# command line argument to this script may be used to specify an alternate # command line argument to this script may be used to specify an alternate
# file. However, currently, the file must be compatible with both Visual # file. However, currently, the file must be compatible with both Visual
# Studio 2015 and the Universal Windows Platform. # Studio 2015 and the Universal Windows Platform.
# #
# 4. The "VERSION" file is assumed to exist in the parent directory of the # 5. The "VERSION" file is assumed to exist in the parent directory of the
# directory containing this script. It must contain a version number that # directory containing this script. It must contain a version number that
# matches the VSIX file being tested. # matches the VSIX file being tested.
# #
# 5. The temporary directory specified in the TEMP or TMP environment variables # 6. The temporary directory specified in the TEMP or TMP environment variables
# must refer to an existing directory writable by the current user. # must refer to an existing directory writable by the current user.
# #
# 6. The VS140COMNTOOLS environment variable must refer to the Visual Studio # 7. The VS140COMNTOOLS environment variable must refer to the Visual Studio
# 2015 common tools directory. # 2015 common tools directory.
# #
# USAGE # USAGE