From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: build broken: no defun org-float-time. Who's guilty, and what does he propose? Date: Mon, 7 Sep 2009 12:09:20 +0200 Message-ID: References: <20090907092823.GA3210@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1252318204 17323 80.91.229.12 (7 Sep 2009 10:10:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2009 10:10:04 +0000 (UTC) Cc: Alan Mackenzie , emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 07 12:09:56 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MkbAa-0003Eg-87 for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 12:09:56 +0200 Original-Received: from localhost ([127.0.0.1]:51640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkbAX-0005re-8h for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 06:09:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkbAP-0005rK-VQ for emacs-devel@gnu.org; Mon, 07 Sep 2009 06:09:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkbAL-0005r7-Jb for emacs-devel@gnu.org; Mon, 07 Sep 2009 06:09:45 -0400 Original-Received: from [199.232.76.173] (port=36928 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkbAL-0005r4-Co for emacs-devel@gnu.org; Mon, 07 Sep 2009 06:09:41 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.242]:20586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkbAL-000828-1A for emacs-devel@gnu.org; Mon, 07 Sep 2009 06:09:41 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so1181717ana.21 for ; Mon, 07 Sep 2009 03:09:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=c/SNTr9Js0kpxcskchSCqVDioItGiJBFh2TvvLOsVCs=; b=urGIHpwdQW14lqU2aCDiiS3FVd8JQHSpjKLMSZtyT/7GVSQMh0drnnxRSECgJ8MCbD ZxY0QCP3i+PgIojX2z2CUB6Em0mAInlqaBwF6zBP2uU/ju9mYo6Wt7bDaCnnjs+LL+hk CHQbYGAY4ta4n7BvPCfJV0+MzWl1UyTWlwZIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=G1WXeYw73WSsDYpp2xQTjTAGaEoz090rMD7U5nlDA//889DhV73XG1GofUiQodYrBy sP9MPP6VAd0fCmGPUB6R1rGcq0UyTp+ufKbLVOP2J3vyLBKJkwN2KMAzmNlcfqUe/D/7 0RJ7RLx/gMULw5sa4I5cE5zljeESPzp3zSI+Q= Original-Received: by 10.101.6.38 with SMTP id j38mr8188272ani.138.1252318180176; Mon, 07 Sep 2009 03:09:40 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115079 Archived-At: On Mon, Sep 7, 2009 at 11:52 AM, wrote: > I've been interested in setting up an automatic build test environment > for Emacs for some time. It would basically checkout the emacs sources > on every checkin, build the sources and report the build > quality(probably with some existing continuous integration software). Please set it up. Would this test build also run unit tests for Emacs?