From c5aa8f8dec9611828b6972bc1a72cc8571eab36a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 22 Jan 2021 15:06:14 -0500 Subject: Added `textadept.run.test()` and `textadept.run.test_commands`. This enables the running of project tests. --- modules/textadept/menu.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/textadept/menu.lua') 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}, -- cgit v1.2.3