Pass resident test with --disable-shared too.

* tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS.
This commit is contained in:
Peter O'Gorman 2010-06-14 11:04:17 -05:00
parent 23c144c1bc
commit 0263ff229b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-06-14 Peter O'Gorman <peter@pogma.com>
Pass resident test with --disable-shared too.
* tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS.
2010-06-13 Peter O'Gorman <peter@pogma.com>
Test with --disable-shared at release time too.

View File

@ -38,6 +38,8 @@ main (int argc, char* argv[])
lt_dlhandle plugin_handle;
lt_dladvise advise;
LTDL_SET_PRELOADED_SYMBOLS();
if (argc < 2)
{
fprintf (stderr, "usage: %s plugin\n", argv[0]);