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 _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org http://lists.gnu.org/mailman/listinfo/dejagnu