Separete unittest for module.
Only run unittest for compiled modules.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
Luciano Wolf <luciano.wolf@openbossa.org>
QLayouts class does not take ownership of widgets, only transfer
ownership to parentWidgets.
If you add a QWidget in a QLayout this widget does not have your
refcount incremented until this layout get a parent QWidget.
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
Luciano Wolf <luciano.wolf@openbossa.org>