This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Replacing DejaGNU
- From: "MCC CS" <mcccs at gmx dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 14 Jan 2019 14:44:07 +0100
- Subject: Replacing DejaGNU
Hi all,
I've been running the testsuite on my macOS, on which
it is especially unbearable. I want to (at least try to)
rewrite a DejaGNU replacement accepting the same
syntax and having no dependency, should therefore
be faster. I was wondering if there have been any
attempts on this? Knowing what went wrong would
help me. What I'll try to code will be a GCC-specific
multicore test suite runner in C (without using a
Makefile)
Regards