DejaGnu already has the requested feature as far as I can tell.
Rainer Orth wrote:
In the GCC testsuite, there's quite a number of tests (mostly in
gcc/testsuite/gcc.target/i386, but also on powerpc and x86_64) that
check if the host CPU supports some ISA extension at runtime and
currently just
In the GCC testsuite, there's quite a number of tests (mostly in
gcc/testsuite/gcc.target/i386, but also on powerpc and x86_64) that
check if the host CPU supports some ISA extension at runtime and
currently just exit (0) if that support is missing, producing a PASS
result.
That's not only highly