Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove 'threadtest' as a target on Windows, due to lack of pthreads. Also, change 'fulltest' to 'fulltestonly'. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | releasetest-refactor |
Files: | files | file ages | folders |
SHA1: |
a010c404b5140104b68087dcbb0698b7 |
User & Date: | mistachkin 2014-12-23 21:10:38.485 |
Context
2014-12-23
| ||
21:17 | Merge the new and improved releasetest.tcl script into trunk. Add a "make releasetest" target to the autoconf makefile. (check-in: 1deb00ec75 user: drh tags: trunk) | |
21:10 | Remove 'threadtest' as a target on Windows, due to lack of pthreads. Also, change 'fulltest' to 'fulltestonly'. (Closed-Leaf check-in: a010c404b5 user: mistachkin tags: releasetest-refactor) | |
21:03 | Fix typo in library object file name. (check-in: f49566a79d user: mistachkin tags: releasetest-refactor) | |
Changes
Changes to test/releasetest.tcl.
︙ | ︙ | |||
179 180 181 182 183 184 185 | "Default" "threadtest fulltest" } Darwin-i386 { "Locking-Style" test "OS-X" "threadtest fulltest" } "Windows NT-intel" { | | | 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | "Default" "threadtest fulltest" } Darwin-i386 { "Locking-Style" test "OS-X" "threadtest fulltest" } "Windows NT-intel" { "Default" "fulltestonly" } } # End of configuration section. ######################################################################### ######################################################################### |
︙ | ︙ |