aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Created unit test fo QMacStyle class.Renato Filho2012-03-081-0/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed PATH variable for tests on win32 platform.Marcelo Lira2012-03-081-1/+1
|
* Modified cmake files to make use of debug information provided by Shiboken.Marcelo Lira2010-10-261-1/+1
| | | | | In summation, PySide is compiled for debug if the libshiboken is compiled for debug.
* Added a PySide derived test library.Marcelo Lira2010-10-111-5/+6
| | | | | | | | | | | The test library is intended to provide specific test cases in a way that problems could be isolated easier than using the ones provided by the Qt library. Cases commons to all Python bindings must go into the Shiboken test libraries, the one added here is intended to test Qt specifics (e.g. signals). A Python unit test was added for the case when a method and a signal have the same name.
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-2/+2
| | | | | | | | | * Simplify endmacro(), endif() and else() statements * Remove unused and redundant code * Use AUTO_OS for holding the typesystem suffix (instead of MODULE_NAME) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Fixed Cmake for test on windows.Renato Filho2010-08-201-2/+2
| | | | | | | Fixed install modules on windows. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated test to work with Cmake 2.8 in multiples plataforms.Renato Filho2010-08-191-53/+74
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* All tests using GUI aren't shown if the host machine has xvfb installed.Marcelo Lira2010-08-131-1/+1
| | | | | | | | Unwanted graphical output from tests are redirected to a fake X server on Unix system. This depends on the presence of the Xvfb server. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix CMakeLists to include QtMultimedia tests + fix audio test.Luciano Wolf2010-07-151-0/+12
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Uset 60 secs as default test timeout.Renato Filho2010-07-131-2/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix phonon testLuciano Wolf2010-06-171-1/+1
| | | | | | | | Now it checks for ogg backend before playing. The timeout was moved to 10s to avoid phonon timeout. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* Fix LD_LIBRARY_PATH variable to be possible to run tests when using ↵Hugo Parente Lima2010-06-161-1/+1
| | | | CMAKE_SKIP_RPATH=true
* Re-add the possibility to run tests by module.Hugo Parente Lima2010-06-101-2/+3
|
* Created new unittest model.Renato Filho2010-06-071-19/+41
| | | | | | | | Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Use the "just compiled" libpyside even if the platform doesn't support ↵Hugo Parente Lima2010-05-211-1/+1
| | | | | | | library rpath. Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Remove qtgui_qstring_qkeysequence from test blacklist.Hugo Lima2010-03-171-1/+1
|
* Extends the QKeySequence unit test.Marcelo Lira2010-03-041-1/+1
| | | | | | | The test adds conversions from QString and Python string to a QKeySequence. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-041-1/+1
| | | | | | | | And removed the QkeySequence test from the black list (the list of tests expected to fail). Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Adding blacklist with qkeysequence testLauro Neto2010-02-261-0/+6
| | | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-211-0/+16