diff options
author | Renato Filho <renato.filho@openbossa.org> | 2010-06-07 14:43:45 -0300 |
---|---|---|
committer | Renato Filho <renato.filho@openbossa.org> | 2010-06-07 16:57:11 -0300 |
commit | ab918abc1e103e0ca86939f7d057e8a44ac8a4ef (patch) | |
tree | 53c6f57d089dcf5e145d766b1ceef704714046d8 /tests/QtUiTools/CMakeLists.txt | |
parent | 471486732b03cbb42b884158604a59d5a18e8a35 (diff) | |
download | pyside-ab918abc1e103e0ca86939f7d057e8a44ac8a4ef.tar.gz pyside-ab918abc1e103e0ca86939f7d057e8a44ac8a4ef.tar.xz pyside-ab918abc1e103e0ca86939f7d057e8a44ac8a4ef.zip |
Created new unittest model.
Separete unittest for module.
Only run unittest for compiled modules.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/QtUiTools/CMakeLists.txt')
-rw-r--r-- | tests/QtUiTools/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/QtUiTools/CMakeLists.txt b/tests/QtUiTools/CMakeLists.txt new file mode 100644 index 0000000..9118b5b --- /dev/null +++ b/tests/QtUiTools/CMakeLists.txt @@ -0,0 +1,2 @@ +PYSIDE_TEST(uiloader_test.py) +PYSIDE_TEST(ui_test.py) |