rebar3 ct forces TEST macro, it is used for compiling both test suite and the application code.
I want to run the ct suite against the prod release build of the application. I could not find a way to do that.
I know TEST macro is used by eunit, but some other places in the app, may use it for wrapping 'test' as well.
Do you have any solution? thanks!