summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-26 16:10:41 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-26 16:14:18 -0200
commitf6ef5d6b5fa47ab5fa9c9275eaa38916b92ca5a4 (patch)
tree911dfaf64d3d8feaa512fcc29a93a448d24e013d /TODO
parentd2c2b8b500bfea8882dea0b6f0b68d8531860ea8 (diff)
downloadkmod-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--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index e2317ff..1d6a5fe 100644
--- a/TODO
+++ b/TODO
@@ -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()