summaryrefslogtreecommitdiffstats
path: root/test/dlopen/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Look at HAVE_SHAREDBernhard Reutner-Fischer2009-11-221-1/+1
| | | | | | | We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* build system changes needed for nptlAustin Foxley2009-10-171-0/+5
| | | | | | | | | * add include dir for nptl * pregen nptl headers * add include dir to pick up subarchs * a few tweaks for test/* to match state of the code Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-161-36/+3
| | | | | | | | | | | Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Test case to exploit dladdr bugCarmelo Amoroso2008-01-221-1/+2
| | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
* make sure undefine references in dlopen()-ed libs are handled graciouslyMike Frysinger2007-03-121-1/+5
|
* make sure dlsym() properly returns NULL with undefined symbolsMike Frysinger2007-03-121-1/+3
|
* make sure static variables are re-initialized everytimeMike Frysinger2007-02-161-8/+10
|
* add some more rpaths to keep the tests happyMike Frysinger2006-07-051-3/+4
|
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* convert to new test frameworkMike Frysinger2006-02-141-67/+23
|
* use LDFLAGS when linking .so files as pointed out by Peter S. MazingerMike Frysinger2006-01-121-3/+3
|
* dont use LDFLAGS when just compilingMike Frysinger2006-01-111-2/+2
|
* make test failures fatalMike Frysinger2005-07-061-5/+5
|
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-011-1/+0
| | | | make process
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-3/+2
|
* Add ldflags where neededEric Andersen2004-01-031-7/+7
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Make it easier to disable lib debugging (mainly for when testingEric Andersen2003-09-021-5/+7
| | | | with glibc).
* move the ldso tests to dlopen where they belongEric Andersen2003-09-011-3/+23
|
* Update the tests a little bitEric Andersen2003-08-191-4/+9
|
* Add a test which shows off the broken spots in our dlopen implementationEric Andersen2003-06-271-0/+49