From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert Anderson" Newsgroups: gmane.emacs.devel Subject: emacs test suite? Date: Thu, 16 Jan 2003 16:19:46 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042752288 5140 80.91.224.249 (16 Jan 2003 21:24:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2003 21:24:48 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ZHVG-0001Kb-00 for ; Thu, 16 Jan 2003 22:24:46 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ZHeN-0004tO-00 for ; Thu, 16 Jan 2003 22:34:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ZHVU-0008Cr-05 for emacs-devel@quimby.gnus.org; Thu, 16 Jan 2003 16:25:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ZHUx-000815-00 for emacs-devel@gnu.org; Thu, 16 Jan 2003 16:24:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ZHUr-0007rH-00 for emacs-devel@gnu.org; Thu, 16 Jan 2003 16:24:21 -0500 Original-Received: from pimout4-ext.prodigy.net ([207.115.63.103]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ZHQQ-0004rA-00 for emacs-devel@gnu.org; Thu, 16 Jan 2003 16:19:46 -0500 Original-Received: from homebase1.prodigy.net (homebase1-ext.prodigy.net [207.115.61.23])id h0GLJkBK423750 for emacs-devel@gnu.org; Thu, 16 Jan 2003 16:19:46 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10781 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10781 When I help identify and fix bugs, I like to be able to provide a "push-button" test case that demonstrates the problem, and prevents regression once the problem has been fixed. When I run "make check" for GNU emacs, it tells me there are no tests for emacs yet. Have there been any initiatives to develop a testing system for emacs? Bob