From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.devel Subject: Re: How to test my changes to tramp on Mac OS ? Date: Thu, 2 Aug 2018 21:25:42 +1000 Message-ID: <068C9CCE-0751-4841-B243-FA89B902FFC0@scratch.space> References: <87o9eni01l.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1533209038 28945 195.159.176.226 (2 Aug 2018 11:23:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2018 11:23:58 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 02 13:23:54 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1flBhy-0007SO-Fe for ged-emacs-devel@m.gmane.org; Thu, 02 Aug 2018 13:23:54 +0200 Original-Received: from localhost ([::1]:45051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flBk4-0004qE-TL for ged-emacs-devel@m.gmane.org; Thu, 02 Aug 2018 07:26:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flBjv-0004on-WC for emacs-devel@gnu.org; Thu, 02 Aug 2018 07:25:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1flBjr-0003NY-2v for emacs-devel@gnu.org; Thu, 02 Aug 2018 07:25:55 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:48791) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1flBjq-0003KE-R6 for emacs-devel@gnu.org; Thu, 02 Aug 2018 07:25:50 -0400 X-Originating-IP: 14.202.208.236 Original-Received: from epi.local (14-202-208-236.static.tpgi.com.au [14.202.208.236]) (Authenticated sender: van@scratch.space) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 062AA4000A for ; Thu, 2 Aug 2018 11:25:47 +0000 (UTC) In-Reply-To: <87o9eni01l.fsf@gmx.de> X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.194 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228105 Archived-At: > How have you > installed Emacs? I guess it is a distribution on macOS, which hasn't > included the test suite. You will see it, whether your Emacs > installation comes with the file test/lisp/net/tramp-tests.el. >=20 > Pls check this first, and if the file does not exist, ask the > distributor of your Emacs, whether all the Emacs tests can be provided > as well. `make install' does not copy the tests to target directories from what I = can tell. The tests are there in the git repo. ; Mac port emacs-mac/test/lisp/net/tramp-tests.el emacs-mac/test/lisp/url/url-tramp-tests.el ; NS port GNU/emacs/test/lisp/net/tramp-tests.el GNU/emacs/test/lisp/url/url-tramp-tests.el=