Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.
This repository was archived by the owner on May 27, 2019. It is now read-only.

Making a standalone binary #21

@lucaspiller

Description

@lucaspiller

I want to make a standalone binary so it is easier to use in other projects. I used rebar escriptize in c5f15ec, which worked to generate a standalone binary, except that isn't enough.

The parse transform we have in include/espec.hrl also needs to be shared in the other projects, as spec files include it at the top.

We need to find a way to either not require this to be included and have the espec command do the work, or for the espec command to add this to the lib path before running specs (I guess it could write a temporary directory, then add that to the lib path).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions