From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: make test on Mac Date: Wed, 01 Aug 2012 09:09:12 -0600 Message-ID: <87r4rq8x9j.fsf@gmx.com> References: <873946ofmt.fsf@gnu.org> <87wr1i8y5d.fsf@gmx.com> <87txwmll1d.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwaYx-00080s-Es for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 11:10:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwaYq-0000pr-OB for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 11:10:15 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:56917) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SwaYq-0000os-H1 for emacs-orgmode@gnu.org; Wed, 01 Aug 2012 11:10:08 -0400 In-Reply-To: <87txwmll1d.fsf@gnu.org> (Bastien's message of "Wed, 01 Aug 2012 16:54:54 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Neuwirth Erich , Org Mode Bastien writes: > Eric Schulte writes: > >> Hmm, these tests should only be run if the "gfortran" executable is in >> your path. > > So let's take them out of the test suite when gfortran is not present? That is what we do currently, or at least that is what we're supposed to be doing currently... From the top of test-ob-fortran.el ;; -*- emacs-lisp -*- (org-test-for-executable "gfortran") (unless (featurep 'ob-fortran) (signal 'missing-test-dependency "Support for Fortran code blocks")) This throws a signal which inhibits the tests in the file from being run, at least this is how it is supposed to work. Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte