[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tests
From: |
Sebastian Reitenbach |
Subject: |
Re: Tests |
Date: |
Mon, 23 Jan 2012 16:29:55 +0100 |
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.
just run make install, afterwards cd in the Tests directory.
There run gnustep-tests
And have your GNUstep.sh sourced.
Sebastian
>
> On Mon, Jan 23, 2012 at 15:43, Stefan Bidi <stefanbidi@gmail.com> wrote:
>
> > It has been a week and I have not gotten any feedback, one way or
> > another. I would really appreciate if people interested on the project to
> > could please test it. The priority right now is to verify that the tests
> > are correct. Running these tests on OS X and reporting back would do
> > that. I understand the core libraries are getting scrubbed now and that is
> > taking up most of the available time, but this should only take a few
> > minutes.
> >
> > Thanks
> >
> >
> > On Mon, Jan 16, 2012 at 8:38 PM, Stefan Bidi <stefanbidi@gmail.com> wrote:
> >
> >> I do not have a machine with OS X installed, so I'm a bit at a
> >> disadvantage when it comes to writing tests. To prepare for the 0.1
> >> release of corebase, I'd like to make sure the tests in the test suite are
> >> correct and that they test things people are actually using. I would
> >> really appreciate if people could run the test suite on OS X and report
> >> back, patches would be nice. If you have commit access to SVN, feel free
> >> commit changes yourself. If you have a particular use case, new tests
> >> would be even more welcome.
> >>
> >> Really, anything would be helpful. For CFURL, for example, I just ported
> >> some tests from the base test suite (it fails a bunch of stuff, but it's a
> >> start).
> >>
> >> Thanks
> >>
> >
> >
> > _______________________________________________
> > Discuss-gnustep mailing list
> > Discuss-gnustep@gnu.org
> > https://lists.gnu.org/mailman/listinfo/discuss-gnustep
> >
> >
>
>
> --
> Ivan Vučica - ivan@vucica.net
>
- Tests, Stefan Bidi, 2012/01/16
- Re: Tests,
Sebastian Reitenbach <=