summaryrefslogtreecommitdiff
path: root/libmodman/test/builtin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change modman module to use a structure enabling real builtinnicolas.dufresne2010-08-181-1/+3
| | | | | | | | | This changes libmodman internal module ABI/API to use a single structure to store module information. We now have a single structure to load from the shared object. This same structure is being passed to load builtin module in a way that does not rely uppon dlopen/dlsym. See issue 133. git-svn-id: http://libproxy.googlecode.com/svn/trunk@720 c587cffe-e639-0410-9787-d7902ae8ed56
* added a libmodman test for builtin modulesnpmccallum2010-02-241-0/+26
git-svn-id: http://libproxy.googlecode.com/svn/trunk@575 c587cffe-e639-0410-9787-d7902ae8ed56