aboutsummaryrefslogtreecommitdiffstats
path: root/test/menu/application.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* base/time: Replaces by std::chrono.Alexander Sulfrian2015-04-031-1/+1
|
* menu/application: Remove singleton.Alexander Sulfrian2015-04-031-18/+9
| | | | | The singleton pattern should not be used in most cases, because it behaves like global variables.
* test: Fix include paths.Alexander Sulfrian2015-03-311-1/+1
|
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* test/menu/application: add some application testsAlexander Sulfrian2013-01-211-0/+83