diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-26 16:10:41 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-26 16:14:18 -0200 |
commit | f6ef5d6b5fa47ab5fa9c9275eaa38916b92ca5a4 (patch) | |
tree | 911dfaf64d3d8feaa512fcc29a93a448d24e013d /TODO | |
parent | d2c2b8b500bfea8882dea0b6f0b68d8531860ea8 (diff) | |
download | kmod-f6ef5d6b5fa47ab5fa9c9275eaa38916b92ca5a4.tar.gz kmod-f6ef5d6b5fa47ab5fa9c9275eaa38916b92ca5a4.tar.bz2 kmod-f6ef5d6b5fa47ab5fa9c9275eaa38916b92ca5a4.zip |
testsuite: trap calls to delete_module() including simple test
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -8,9 +8,6 @@ Features: * index: drop the "open(), seek(), read()" implementation and use another one with mmap(). When lookup() is called and the file is not mmaped, mmap it. -* create test-mock library to be LD_PRELOAD'ed before running the binaries - so we're able to create unit tests - * review API, maybe unify all of these setters: - kmod_module_version_get_symbol() - kmod_module_version_get_crc() |