This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Right way to add testcase that contains shared library?
- From: Dan Kegel <dank at kegel dot com>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Sun, 04 Jan 2004 20:43:57 -0800
- Subject: Right way to add testcase that contains shared library?
Hi,
http://tsukuba.m17n.org/linux-sh/ml/linux-sh/2003-11/msg00016.html
describes a bug which shows up on sh4 in shared libraries that
do a structure copy. A minimal test case is ready, as is a fix,
and I'd like to submit patches for both.
But I'm having trouble figuring out how to fit the regression
test into the test framework.
The testsuite seems to be made up of lots of standalone programs;
how do you add a test to the testsuite that consists of two c
files, one that produces a small shared library, and one that calls it?
Thanks,
Dan