Hello,
I am using Autotest and I would like to prefix the commands
that AT_CHECK launches for at least two reasons:
1/ to run my test suite with Valgrind
2/ to run my test suite with Wine when I use a GCC/MinGW cross-compiler.

For now, I'm thinking about doing something like that:
AT_CHECK([$TESTSUITE_PREFIX <my command>], [0], [expout], [ignore])
...and letting the test suite user defining the shell variable as he wants.

Does it seem a good idea? Do you have any suggestion?
Thanks,
-- 
Thomas Moulard


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to