summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-01-20Remove the useless test, need actual tests.Jari Vetoniemi
2015-01-17Remove --backend and --prioritory options, change prioritory -> priortyJari Vetoniemi
and provide BEMENU_BACKEND env variable. Change API to reflect this change. There is no reliable way to detect when running on terminal (especially when stdin is a pipe), so we need to make curses backend explicit with BEMENU_BACKEND=curses or bm_menu_new("curses"), otherwise GUI backend will be choosed automatically.
2015-01-17Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also useJari Vetoniemi
secure_getenv where it makes sense.
2014-10-26These may fail, especially the wayland one if compositor runs somewhere.Jari Vetoniemi
2014-10-25Cleanup wayland renderer and plugin support.Jari Vetoniemi
2014-10-23Make test, test failures instead of skipping.Jari Vetoniemi
2014-10-23Update test.Jari Vetoniemi
2014-10-22Make test actually work again.Jari Vetoniemi
2014-10-22Remove old test.Jari Vetoniemi
2014-10-22Refactor code to snake_style, turn renderers into plugins, and startJari Vetoniemi
wayland (cairo) renderer.
2014-04-13Unfortunately we can't test curses on cronjobJari Vetoniemi
2014-04-10Make asserts and ifs more consistent.Jari Vetoniemi
2014-03-29Make test actually use the iterated draw mode.Jari Vetoniemi
2014-03-28Add useful message for developer.Jari Vetoniemi
2014-03-28Add tests.Jari Vetoniemi
2014-03-18Add project skeletonJari Vetoniemi