dejagnu
[Top][All Lists]
Advanced

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

Re: Intro to dejagnu: Help!


From: Ben Elliston
Subject: Re: Intro to dejagnu: Help!
Date: Sun, 13 Mar 2011 23:57:18 +1100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi Paulo

On Thu, Jun 08, 2006 at 02:35:33PM +0100, Paulo J. Matos wrote:

> Another more technical issue is that my program may or may not use
> GMP, this is set from within configure by using the
> --enable-gmp. This changes the program output, what might be before
> "unknown", can be now "yes" or "no". So I need different testsuites
> for the program compiled with or without --enable-gmp. Any ideas on
> how to do this?

I would just write some dejagnu glue that checks if the package was
compiled with --enable-gmp and skips the tests that does/does not need
GMP.  Then use two build trees, one with and one without --enable-gmp
and run make check in both.

That's one way, at least.

Ben



reply via email to

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