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

Use standard Rebar layout for test-files #31

Closed lemenkov closed 11 years ago

lemenkov commented 11 years ago

Initially test-suite for erlang_js was not intended to be used with rebar and this patch-set changes that.

I just renamed directory (tests -> test), moved *.app file from ebin to src directory (to be properly recreated by rebar each full recompile), and added explicit start for erlang_js before tests (previously was started from the command-line).

dizzyd commented 11 years ago

Excellent, thanks!