aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration/test/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libwebengineAqua-sama2020-05-081-0/+2
| | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class
* Rewrite configuration tests in catch2Aqua-sama2020-04-201-0/+174
- Drop s_conf check in operator<< as s_conf cannot be nullptr there - Add arithmetic type cast to string values