elementerl / iron

Functional Erlang Toolkit
MIT License
0 stars 1 forks source link

Elaborate on the Makefile to include dialyzer and friends. #1

Closed blt closed 11 years ago

blt commented 11 years ago

This commit situtates dialyzer in the default test path. This will being annoying as the first app.plt is built, but should be relativly quick thereafter.

Signed-off-by: Brian L. Troutwine brian@troutwine.us

msassak commented 11 years ago

I'm in favor of making separate test and dialyzer tasks, and then adding a "validate" or "release". Task that does everything. Making dialyzer run with the tests feels like conflating two different things.

blt commented 11 years ago

I can get behind that.