eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
811 stars 231 forks source link

Added compiler application to app.src file. #209

Closed jbreindel closed 4 years ago

jbreindel commented 4 years ago

I'm using meck as part of a test release using rebar3. I am receiving a compile:forms/2 undefined error here.

This line is leveraging the erts compiler application. Since the app is not included in the app.src file, it won't be copied during the release process.

eproxus commented 4 years ago

Thanks!