This ticket blocks https://github.com/lfe/lfetool/issues/160 Output example: - https://github.com/lfex/ltest/commit/c107d655f9ad51b0618787f9a19bab62fe813463#commitcomment-9232105 Code has landed in ltest master: - https://github.com/lfex/ltest/commits/master ltest has a `make` target that runs this test runner: ``` Makefile check-runner-ltest: compile-no-deps compile-tests @clear @PATH=$(SCRIPT_PATH) ERL_LIBS=$(ERL_LIBS) \ erl -cwd "`pwd`" -listener ltest-listener -eval \ "case 'ltest-runner':all() of ok -> halt(0); _ -> halt(127) end" \ -noshell ``` Create a new `ltool-cli` module to house the functions for this.
This ticket blocks lfe-deprecated/lfetool#160
Output example:
Code has landed in ltest master:
ltest has a
maketarget that runs this test runner:Create a new
ltool-climodule to house the functions for this.