This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
how to add tests with input for g77?
- To: egcs at cygnus dot com
- Subject: how to add tests with input for g77?
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 19 Nov 1998 13:01:18 +0000
[I thought I'd saved some hints about this previously, but can't find
anything useful. I've spent some time looking through dejagnu stuff
but again haven't found that profitable, sorry.]
How would I add g77 tests that require input when executing (probably
just on stdin) or, perhaps, take command-line args generally?
Also, how should any output files written to the execute directory be
cleaned up? (That may be relevant for subsequent tests, depending on
how output files are opened.)