From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Tramp "make check" suite Date: Mon, 12 Jan 2015 11:13:53 +0100 Message-ID: <87387ge272.fsf@gmx.de> References: <87fvbhrrhm.fsf@bach.histomat.net> <878uh9rnwm.fsf@bach.histomat.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421057659 31132 80.91.229.3 (12 Jan 2015 10:14:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2015 10:14:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Haines Brown Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 12 11:14:13 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YAc0i-0001Za-B4 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jan 2015 11:14:12 +0100 Original-Received: from localhost ([::1]:33023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAc0h-0005We-Az for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jan 2015 05:14:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAc0W-0005WK-EV for help-gnu-emacs@gnu.org; Mon, 12 Jan 2015 05:14:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAc0S-0000tc-BE for help-gnu-emacs@gnu.org; Mon, 12 Jan 2015 05:14:00 -0500 Original-Received: from mout.gmx.net ([212.227.17.21]:53708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAc0S-0000tL-2B for help-gnu-emacs@gnu.org; Mon, 12 Jan 2015 05:13:56 -0500 Original-Received: from detlef.gmx.de ([87.146.46.195]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MYcJi-1YEXrc3CHy-00VLwZ; Mon, 12 Jan 2015 11:13:54 +0100 In-Reply-To: <878uh9rnwm.fsf@bach.histomat.net> (Haines Brown's message of "Sun, 11 Jan 2015 16:46:33 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:0BcNma7b94pzxQUmO9LO6bBnWpi13A9B4To15FUBbHbXVIAvbYB o6m+r122Jh6+NnC2OxAvRyHEey5G0YZzjVx1+lqtE2EKV0TtPWqJs5A4vNaCMvPicxCVNF4 XUM+PKZ5MRZXoMtoyKx97dwn0h6CGmWzBxXexVp2Gu3japQu4WrdwzjMgZxaIF/Zp9f+tyS qGxwggsegoV4FwsBn6Z7Q== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102024 Archived-At: Haines Brown writes: >>> This suite is mentioned in the tramp manual, but without any indication >>> of what its contents are. What commands does it make available? All the >>> manual says is to call make check. How does one do that? >> >> By typing "make check" at the shell prompt, I presume. > > That's what I would have thought. > > M-! make check > make: *** No rule to make tarket `check'. Stop > > It seems that I am telling emacs to compile the file "check" rather > than test tramp. `default-directory' of your buffer must be the directory where you have extracted Tramp, for example "~/src/tramp-2.2.11". The command "./configure" must run before, if not done already. The test suite is part of Tramp since release 2.2.9. > Haines Best regards, Michael.