some fixes

* as of slack discussion with MG, made area finding a bit more robust
* removed unused function in keypadarea
* added unit test subproject for GUI
This commit is contained in:
Klaus Basan
2015-07-13 19:20:31 +02:00
committed by Mathew Sutcliffe
parent 03e16e37e7
commit f8c83ce2a3
15 changed files with 230 additions and 19 deletions

View File

@@ -61,6 +61,7 @@ contains(BLACK_CONFIG, Samples) {
contains(BLACK_CONFIG, Unittests) {
SUBDIRS += tests/blackmisc/test_blackmisc.pro
SUBDIRS += tests/blackcore/test_blackcore.pro
SUBDIRS += tests/blackgui/test_blackgui.pro
}
contains(BLACK_CONFIG, Doxygen) {