aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration/test/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite meson build scripts into cmakelistsAqua-sama2020-12-071-36/+3
|
* Fix useless-cast warnings in ConfigurationAqua-sama2020-10-041-8/+8
|
* Fix compiler warnings in ConfigurationAqua-sama2020-06-231-1/+1
|
* 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