aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-091-0/+29
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt data/CMakeLists.txt doc/CMakeLists.txt doc/_templates/index.html doc/_templates/layout.html doc/_themes/pysidedocs/static/pysidedocs.css doc/commandlineoptions.rst doc/conf.py.in doc/contents.rst doc/images/bindinggen-development.png doc/images/boostqtarch.png tests/CMakeLists.txt
| * Added a CMake script that sets some environment variables before calling the ↵Marcelo Lira2011-02-041-6/+1
| | | | | | | | | | | | | | | | | | | | tests. This is used as a workaround to a CMake 2.6 limitation that prevents environment variables to be set for tests. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Neto <lauro.neto@openbossa.org>
| * Added a dummy generator as a source of test cases.Marcelo Lira2011-01-251-0/+7
| | | | | | | | Unit tests were added as well.
| * Add option to install testsLauro Neto2011-01-111-0/+3
| | | | | | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
| * Do not compiles doc generator when ApiExtractor doesn't have support forHugo Parente Lima2010-08-171-15/+17
| | | | | | | | | | | | | | doc strings. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
| * readded tests for qtdoc generator that were left behind when forkingMarcelo Lira2009-10-261-0/+20
| | | | | | | | from boostpythongenerator
| * forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-261-9/+0
| | | | | | | | | | so that it could be used independently; the qtdoc generator module remained part of generatorrunner
| * Fixed typo in tests CMakesLists.Renato Araujo Oliveira Filho2009-08-251-1/+1
| |
| * Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-251-2/+2
| | | | | | | | | | | | of function were moved from BoostPythonGenerator to the Generator class. In other words, QtDocGenerator finally compiles and their unit test pass :-)
| * The genesis...Hugo Lima2009-08-171-0/+9
|
* Implemented PSEP 0106.Hugo Parente Lima2012-03-081-6/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Paulo Alcantra <pcacjr@gmail.com>
* Added py3kcompat.py to test suite to make tests pass on Python3.x and 2.x.Hugo Parente Lima2012-03-081-2/+2
|
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken ↵Hugo Parente Lima2012-03-081-6/+6
| | | | | | | | functionality through a Python module"." This reverts commit bc8448d7fb91733ff08c2a6a3a878702c14a24e0. The PSEP didn't reach the final version yet, so this commit can't be released.
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality ↵Hugo Parente Lima2012-03-081-6/+6
| | | | through a Python module".
* Added a test for an user defined primitive type from a required module.Marcelo Lira2012-03-081-0/+1
| | | | | Also sorted the tests order alphabetically and fixed inject code for SampleNamespaces' passReferenceToObjectType method.
* Test's names now have their module as prefix.Marcelo Lira2012-03-081-6/+7
| | | | So they can be ran by module.
* Added a build option to compile and run only the minimal set of tests.Marcelo Lira2012-03-081-7/+15
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Added a new test binding called 'minimal'.Marcelo Lira2012-03-081-5/+9
| | | | | | | | | | | | | The purpose is to have the smallest possible binding to help when doing complex changes that require a good deal of debugging and tracking, and the many operations performed in too many wrapped classes will clutter any output used for those purposes. In other words: don't add anything here except with a good reason for it, prefer to use 'sample' or 'other' binding for that. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* The option "avoid protected hack" is now set via command line.sb-1.0.0-rc1Marcelo Lira2012-03-081-0/+7
| | | | | | | | Instead of the old ugly way of compiling the behaviour forever using "#define". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Replaced tabs with spaces on cmake file.Marcelo Lira2012-03-081-5/+4
|
* Move Python debug check to root Cmake file.renatofilho2012-03-081-21/+0
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+23
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed tests enviroment vars.Renato Filho2010-08-191-2/+2
|
* Fixed tests to run on windows.Renato Filho2010-08-191-17/+27
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Use 60 secs to default test timeout.Renato Filho2010-07-131-1/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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