Hello Rui,
On Mon, May 08, 2006 at 03:13:22PM +0200, Rui Machado wrote:
> @Baurzhan: You told me that I can make a my_spawn procedure to do what I
> want like compile and execute the testcases. Do you have something similar?
> How do you do it?
No, I specify the test binaries in Makefile.am. What
Hi,I've been looking to newlib's and gcc's examples but I'm not getting it.They always talk about a .x file (driver) and I don't know what is this. Anyone can help?@Baurzhan: You told me that I can make a my_spawn procedure to do what I want like compile and execute the testcases. Do you have somet
Hello Rui,
On Mon, May 08, 2006 at 10:24:37AM +0200, Rui Machado wrote:
> >In Makefile.am:
> >
> >check_PROGRAMS = prj/testsuite/a/a1 prj/testsuite/a/a2 prj/testsuite/b/b1
> >prj/testsuite/b/b2
>
> I'm no expert with autotools. So this makes sure that those programs are
> compiled (a1,a2,b1,b2) c
Hi,thanks for your reply ;-)2006/5/5, Baurzhan Ismagulov <[EMAIL PROTECTED]>:
Hello Rui,On Fri, May 05, 2006 at 04:47:20PM +0200, Rui Machado wrote:> I've managed to setup something around Makefiles, like putting a Makefile in> every testcase directory. But this makes me to always add the new direc