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

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

Description

@oubiwann

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions