index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dlopen
/
Makefile
Age
Commit message (
Collapse
)
Author
2007-03-12
make sure undefine references in dlopen()-ed libs are handled graciously
Mike Frysinger
2007-03-12
make sure dlsym() properly returns NULL with undefined symbols
Mike Frysinger
2007-02-16
make sure static variables are re-initialized everytime
Mike Frysinger
2006-07-05
add some more rpaths to keep the tests happy
Mike Frysinger
2006-07-05
fix license notice
Mike Frysinger
2006-02-14
convert to new test framework
Mike Frysinger
2006-01-12
use LDFLAGS when linking .so files as pointed out by Peter S. Mazinger
Mike Frysinger
2006-01-11
dont use LDFLAGS when just compiling
Mike Frysinger
2005-07-06
make test failures fatal
Mike Frysinger
2005-07-01
remove old depend on Config and make it so that a test failure aborts the ↵
Mike Frysinger
make process
2005-06-29
simplify TESTDIR setting and touchup
Mike Frysinger
2004-01-03
Add ldflags where needed
Eric Andersen
2003-10-18
Peter Kjellerstedt writes:
Eric Andersen
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).
2003-09-02
Make it easier to disable lib debugging (mainly for when testing
Eric Andersen
with glibc).
2003-09-01
move the ldso tests to dlopen where they belong
Eric Andersen
2003-08-19
Update the tests a little bit
Eric Andersen
2003-06-27
Add a test which shows off the broken spots in our dlopen implementation
Eric Andersen