basho / erlang_js

A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
Apache License 2.0
238 stars 88 forks source link

include eunit headers only when necessary #2

Closed lemenkov closed 13 years ago

lemenkov commented 13 years ago

include eunit only within the ifdef(TEST) blocks. This avoids an eunit dependency during non-test compilation.

dizzyd commented 13 years ago

Merged to mainline.