X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <5119E08B.6050909@etr-usa.com> Date: Mon, 11 Feb 2013 23:26:19 -0700 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Cygwin-L Subject: Re: Promote sqlite 3.7.13-1 from test status? References: <502C0B7D DOT 10909 AT etr-usa DOT com> <20120816085016 DOT GB5536 AT calimero DOT vinschen DOT de> <502CCBB1 DOT 2070600 AT etr-usa DOT com> <20120816105507 DOT GD17546 AT calimero DOT vinschen DOT de> <502CE120 DOT 4050900 AT etr-usa DOT com> <20120816122654 DOT GG17546 AT calimero DOT vinschen DOT de> <502D1967 DOT 7090705 AT etr-usa DOT com> <20120816160656 DOT M21257 AT ds DOT net> <502D3A5C DOT 7010500 AT etr-usa DOT com> <00ad01cd7bf6$7cc68a50$76539ef0$@motionview3d.com> <1345169297 DOT 10004 DOT 10 DOT camel AT YAAKOV04> <87k3qmedzh DOT fsf AT Rainer DOT invalid> <51194F7F DOT 8050403 AT etr-usa DOT com> <87halio886 DOT fsf AT Rainer DOT invalid> <511967DD DOT 8030600 AT etr-usa DOT com> <87d2w6o6iq DOT fsf AT Rainer DOT invalid> In-Reply-To: <87d2w6o6iq.fsf@Rainer.invalid> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 2/11/2013 15:00, Achim Gratz wrote: > Warren Young writes: >> https://www.sqlite.org/testing.html > > That doesn't seem tell me where to download the testsuite Quoting that page: "They are contained in the same source tree as the SQLite core..." That means the Fossil repository, not the "amalgam" the Cygwin packages are built from. Steps: 1. Install Fossil. (It's in the Cygwin pkg repo.) 2. Clone the SQLite repo and access it: $ cd ~/src # or wherever $ fossil clone http://www.sqlite.org/cgi/src sqlite.repo $ mkdir sqlite $ cd sqlite $ fossil open ../sqlite.repo $ ls test | wc -l 737 (I have no idea if this is the most efficient way to use Fossil. This is just what I've figured out playing around in the past 15 minutes.) 3. .... 4. Profit! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple