discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tests


From: Stefan Bidi
Subject: Re: Tests
Date: Mon, 23 Jan 2012 09:38:30 -0600

Ivan, I believe the test suite is setup so you can just run gnustep-tests on OS X.  Someone more familiar with it please correct me if I'm wrong.  I've never done it, so can't say for sure.

On Mon, Jan 23, 2012 at 9:14 AM, Ivan Vučica <ivucica@gmail.com> wrote:
Hi Stefan,

I have only yesterday seen your mail, but I tried to think about how I would go about with running these tests before replying. I also thought it'd be better if I first saw how the tests are built and run.

I just took a look at them, and basically I'd have to run:

for i in * ; do
  echo "Entering $i"
  cd $i
  for j in *.m ; do
    clang $j -o ${j%.m}
    if ./${j%.m} ; then
      echo "$j succeeded"
    else
      echo "$j failed"
    fi
  done
done

If that's correct, I should be able to run it soon. I'd love it if you could confirm that I got it right.

I'm starring this email so I don't forget about this. If I do forget, ping me.

--
Ivan Vučica - ivan@vucica.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]