aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add libother directory to LD_LIBRARY_PATH, shiboken can be compiled with ↵Hugo Parente Lima2010-06-171-1/+1
| | | | | | | CMAKE_SKIP_RPATH=true. Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Generator now writes code to support extended conversions.Marcelo Lira2010-03-021-1/+1
| | | | Removed "new_ctor_operator" test from black list.
* Adds test for cast operator for a class in a different module.Marcelo Lira2010-02-181-1/+1
| | | | | | | | The new test adds a Number class to test library libother which defines an cast operator to Str, from libsample. The unit test tries to build an Str object passing an Number parameter. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Removed tests related to reference keeping from black list.Marcelo Lira2010-02-121-1/+1
|
* The tests for C++ class' fields and reference count will fail.Marcelo Lira2010-02-101-1/+1
| | | | | | | | Tests that check if a referred object reference count was decreased after its keeper object death. Since support for post-mortem reference cleaning wasn't implemented yet the tests are marked as a known fail. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Add missing PythonInterp checkAnderson Lizardo2010-02-031-0/+2
| | | | | | tests/CMakeLists.txt uses PYTHON_EXECUTABLE without calling find_package(PythonInterp), making this variable empty and thus not calling the correct interpreter (especially inside Scratchbox).
* Removed type discovery tests from blacklist and added "other" binding ↵Hugo Lima2010-01-141-2/+2
| | | | directory to the PYTHONPATH.
* Puts derived and otherderived tests on the black list.Marcelo Lira2009-12-291-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Adds "libother" as a new test library.Marcelo Lira2009-12-291-1/+3
| | | | | | | | 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>
* Remove multiple_derived from the test blacklist.Hugo Lima2009-12-041-1/+1
|
* Add test black list.Hugo Lima2009-12-021-4/+10
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+20