Related articles |
---|
Automated Testing of Compilers maston@astonswain.demon.co.uk (Mark Aston) (1996-12-09) |
Re: Automated Testing of Compilers krotoff@boy.nmd.msu.ru (Alexander Krotoff) (1996-12-10) |
From: | Alexander Krotoff <krotoff@boy.nmd.msu.ru> |
Newsgroups: | comp.compilers |
Date: | 10 Dec 1996 12:06:47 -0500 |
Organization: | Research Computer Center, Moscow State University |
References: | 96-12-070 |
Keywords: | testing, C |
> I have just written my own compiler, albeit a small one. However,
> testing it exhaustively is a problem. Is there any info about
> automated testing, or can anybody help.
Take a look at GNU g++ test suite. It is built for expect/bejagnu
environment and is well automated. It is available somwhere
on ftp.cygnus.com.
Regards,
Alexander.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.