aboutsummaryrefslogtreecommitdiffstats
path: root/test/menu (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-03menu/application: Remove singleton.Alexander Sulfrian1-18/+9
The singleton pattern should not be used in most cases, because it behaves like global variables.
2015-03-31test: Fix include paths.Alexander Sulfrian1-1/+1
2014-05-04remove semicolon after namespaceAlexander Sulfrian1-1/+1
Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
2013-01-21test/menu/application: add some application testsAlexander Sulfrian1-0/+83