From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a83584e000bc28fa X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.88.195 with SMTP id bi3mr1714925wib.3.1345448341108; Mon, 20 Aug 2012 00:39:01 -0700 (PDT) Path: n2ni222200660win.0!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.138.MISMATCH!xlned.com!feeder5.xlned.com!feed.xsnews.nl!border-3.ams.xsnews.nl!plix.pl!newsfeed2.plix.pl!news.mi.ras.ru!goblin3!goblin.stu.neva.ru!bolzen.all.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Niklas Holsti Newsgroups: comp.lang.ada Subject: Re: ada lapack Date: Fri, 17 Aug 2012 14:08:38 +0300 Organization: Tidorum Ltd Message-ID: References: <12f929e9-eea3-4dc9-b10d-71e4f5732e0d@googlegroups.com> <615dd222-9c8b-4878-94f7-b1cd4792bd3e@googlegroups.com> <36bc4009-6240-4797-991c-b72ec290cedc@googlegroups.com> <12606f3f-aec1-489c-8325-18e13007b6a6@googlegroups.com> <11959826-e12e-4455-b9d9-1ac4dcaf2952@googlegroups.com> Mime-Version: 1.0 X-Trace: individual.net SJqT6iLj1g9BoxqGJ8qsxweP3rC95mGltic8ZXe3P+eG5vNNo3wW5Aq1fQ/Ts5coH/ Cancel-Lock: sha1:J6QB+x7eF3JYRio5z8SEfBAGZPA= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: <11959826-e12e-4455-b9d9-1ac4dcaf2952@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2012-08-17T14:08:38+03:00 List-Id: On 12-08-17 13:27 , Ada novice wrote: > On Friday, August 17, 2012 10:43:22 AM UTC+1, Niklas Holsti wrote: > >> Change this line to have a ./ at the start: >> >> >> >> ./$${file} > $${file}.txt; \ >> > > Thanks. It works! Good. > I am curious to know why "make tests" in my earlier > case was giving me the outputs of the matrices while > now with the new Makefile, I get only > > Testing example01 > Testing example02 ... Because the Makefile applies "diff" to compare the actual output from running e.g. the example01 executable and a reference file in the "output" subfolder. If the files match, "diff" prints nothing. This is the "no news is good news" principle -- a sucessful test is silent. In your first try, the shell did not find the executable, so the actual output file (./example01.txt) became empty, and "diff" showed all the lines in the reference file (output/example01.txt) as "difference" lines. >> The files without a suffix, such as example01, are most likely the >> binaries, also called executables. > > Ok. On my linux system, these files are also in a different colour from the rest. That depends on the options you use with the "ls" command. (I always turn off the "color" option -G and use the suffix-flagging option -F instead, because I find it more readable.) -- Niklas Holsti Tidorum Ltd niklas holsti tidorum fi . @ .