From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13335 invoked by alias); 12 Feb 2013 06:26:31 -0000 Received: (qmail 13322 invoked by uid 22791); 12 Feb 2013 06:26:29 -0000 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 Received: from etr-usa.com (HELO etr-usa.com) (130.94.180.135) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Feb 2013 06:26:14 +0000 Received: (qmail 13420 invoked by uid 13447); 12 Feb 2013 06:26:14 -0000 Received: from unknown (HELO [172.20.0.42]) ([71.210.203.162]) (envelope-sender ) by 130.94.180.135 (qmail-ldap-1.03) with SMTP for ; 12 Feb 2013 06:26:14 -0000 Message-ID: <5119E08B.6050909@etr-usa.com> Date: Tue, 12 Feb 2013 06:26:00 -0000 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.10909@etr-usa.com> <20120816085016.GB5536@calimero.vinschen.de> <502CCBB1.2070600@etr-usa.com> <20120816105507.GD17546@calimero.vinschen.de> <502CE120.4050900@etr-usa.com> <20120816122654.GG17546@calimero.vinschen.de> <502D1967.7090705@etr-usa.com> <20120816160656.M21257@ds.net> <502D3A5C.7010500@etr-usa.com> <00ad01cd7bf6$7cc68a50$76539ef0$@motionview3d.com> <1345169297.10004.10.camel@YAAKOV04> <87k3qmedzh.fsf@Rainer.invalid> <51194F7F.8050403@etr-usa.com> <87halio886.fsf@Rainer.invalid> <511967DD.8030600@etr-usa.com> <87d2w6o6iq.fsf@Rainer.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@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2013-02/txt/msg00139.txt.bz2 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