summaryrefslogtreecommitdiff
path: root/test/dlopen
AgeCommit message (Expand)Author
2009-12-09test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}Filippo Arcidiacono
2009-11-29test/dlopen: fix build for libtest.soAustin Foxley
2009-11-29test/dlopen: Match the function name that libtest actually setsAustin Foxley
2009-11-22Look at HAVE_SHAREDBernhard Reutner-Fischer
2009-10-17build system changes needed for nptlAustin Foxley
2009-10-17test/dlopen: use pthread_once directlyAustin Foxley
2009-03-16Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso
2008-05-16Convert to UNIX formatCarmelo Amoroso
2008-01-22- fix file permissionsBernhard Reutner-Fischer
2008-01-22Test case to exploit dladdr bugCarmelo Amoroso
2007-03-12make sure undefine references in dlopen()-ed libs are handled graciouslyMike Frysinger
2007-03-12make sure dlsym() properly returns NULL with undefined symbolsMike Frysinger
2007-02-16make sure static variables are re-initialized everytimeMike Frysinger
2007-02-16cleanup a littleMike Frysinger
2007-01-29fixup prototype warningsMike Frysinger
2006-12-16actually scrub it, dont just comment it outMike Frysinger
2006-12-16scrub prototype so we dont conflict with the pthread headerMike Frysinger
2006-07-05add some more rpaths to keep the tests happyMike Frysinger
2006-07-05fix license noticeMike Frysinger
2006-02-14convert to new test frameworkMike Frysinger
2006-01-12use LDFLAGS when linking .so files as pointed out by Peter S. MazingerMike Frysinger
2006-01-11dont use LDFLAGS when just compilingMike Frysinger
2005-07-06make test failures fatalMike Frysinger
2005-07-01remove old depend on Config and make it so that a test failure aborts the mak...Mike Frysinger
2005-06-29simplify TESTDIR setting and touchupMike Frysinger
2005-02-12no more cvsMike Frysinger
2004-01-03Add ldflags where neededEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-09-02Make it easier to disable lib debugging (mainly for when testingEric Andersen
2003-09-01Use "__pthread_once", since that is weak and present in bothEric Andersen
2003-09-01move the ldso tests to dlopen where they belongEric Andersen
2003-08-19ignore unwanted stuffEric Andersen
2003-08-19Update the tests a little bitEric Andersen
2003-06-27Add a test which shows off the broken spots in our dlopen implementationEric Andersen