aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother/otherderived.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added support for pure virtual methods returning void ptrsMatti Airas2010-03-171-0/+6
| | | | | | | the return statements now have correct values for pure virtual methods returning void pointers. also added a dummy test for this (can't really test it properly until the semantics of casting the python return value into a void pointer is properly defined -- if ever).
* Adds "libother" as a new test library.Marcelo Lira2009-12-291-0/+61
New test library and corresponding binding were added to check for intermodule problems. The CMake linkage type for the modules had to be changed from MODULE to SHARED. Reviewed by Hugo Parente <hugo.lima@openbossa.org>