summaryrefslogtreecommitdiffstats
path: root/test/dlopen
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* no more cvsMike Frysinger2005-02-121-13/+0
|
* 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).
* Use "__pthread_once", since that is weak and present in bothEric Andersen2003-09-012-7/+3
| | | | glibc and uClibc.
* move the ldso tests to dlopen where they belongEric Andersen2003-09-014-3/+89
|
* ignore unwanted stuffEric Andersen2003-08-191-0/+8
|
* Update the tests a little bitEric Andersen2003-08-194-16/+33
|
* Add a test which shows off the broken spots in our dlopen implementationEric Andersen2003-06-275-0/+197