aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/virtualdtor_test.py
Commit message (Collapse)AuthorAgeFilesLines
* chmod -x on all tests.Hugo Parente Lima2010-06-161-0/+0
| | | | We can't run they standalone anyway, because they need some env vars to be exported like PYTHONPATH.
* Added tests for classes with virtual and non-virtual protected methods,Marcelo Lira2009-11-241-0/+24
| | | | | | for virtual protected destructors, and for non-virtual protected methods modified with signature removal, add-function and code injection. Also improved the tests for non-protected virtual destructors.
* Added unit test for virtual destructor.Marcelo Lira2009-11-241-0/+47