aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 1ae2d909..b3ce1015 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -171,6 +171,7 @@ local default_menubar = {
{_L['Compile'], textadept.run.compile},
{_L['Set Arguments...'], textadept.run.set_arguments},
{_L['Build'], textadept.run.build},
+ {_L['Run tests'], textadept.run.test},
{_L['Stop'], textadept.run.stop},
{_L['Next Error'], function() textadept.run.goto_error(true) end},
{_L['Previous Error'], function() textadept.run.goto_error(false) end},