File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- GROUP_DEPTH ?= 1
21NVIM_EXEC ?= nvim
32
43all : test documentation
109 $$ nvim_exec --version | head -n 1 && echo ' ' ; \
1110 $$ nvim_exec --headless --noplugin -u ./scripts/minimal_init.lua \
1211 -c " lua require('mini.test').setup()" \
13- -c " lua MiniTest.run({ execute = { reporter = MiniTest.gen_reporter.stdout({ group_depth = $( GROUP_DEPTH ) }) } } )" ; \
12+ -c " lua MiniTest.run()" ; \
1413 done
1514
1615# Use `make test_xxx` to run tests for module 'mini.xxx'
@@ -22,7 +21,7 @@ $(TEST_MODULES):
2221 $$ nvim_exec --version | head -n 1 && echo ' ' ; \
2322 $$ nvim_exec --headless --noplugin -u ./scripts/minimal_init.lua \
2423 -c " lua require('mini.test').setup()" \
25- -c " lua MiniTest.run_file('tests/$@ .lua', { execute = { reporter = MiniTest.gen_reporter.stdout({ group_depth = $( GROUP_DEPTH ) }) } } )" ; \
24+ -c " lua MiniTest.run_file('tests/$@ .lua')" ; \
2625 done
2726
2827documentation :
You can’t perform that action at this time.
0 commit comments