diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-01 20:42:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-01 20:42:39 +0000 |
commit | 9efccabb26eed2b4b4ccb4a89561e1212b81d649 (patch) | |
tree | 8498d580186cad71e147c14a69a5728d9ddd8e2f /test/ldso/.cvsignore | |
parent | cea5b5c0657e999b561a6438c77861e00689b306 (diff) |
A better test for a dlopen problem with weak symbols, based
on a much improve test by mjn3.
Diffstat (limited to 'test/ldso/.cvsignore')
-rw-r--r-- | test/ldso/.cvsignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/ldso/.cvsignore b/test/ldso/.cvsignore index aac695f97..7232c47f9 100644 --- a/test/ldso/.cvsignore +++ b/test/ldso/.cvsignore @@ -1,5 +1,4 @@ dltest -libhowdy.so dltest2 -dlttest -dlttest2 +libtest.so +libtest2.so |