Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Add module/funcs to support the new ltest runner #4

Closed
oubiwann opened this issue Jan 11, 2015 · 1 comment
Closed

Add module/funcs to support the new ltest runner #4

oubiwann opened this issue Jan 11, 2015 · 1 comment

Comments

@oubiwann
Copy link
Contributor

This ticket blocks lfe-deprecated/lfetool#160

Output example:

Code has landed in ltest master:

ltest has a make target that runs this test runner:

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.

@oubiwann
Copy link
Contributor Author

This work has been done in ltest.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant