> http://git-wip-us.apache.org/repos/asf/couchdb/blob/31edafec/Makefile.am
> ----------------------------------------------------------------------
> diff --git a/Makefile.am b/Makefile.am
> index 039d2ee..01879dc 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -83,6 +83,7 @@ THANKS.gz: $(top_srcdir)/THANKS
>
>  check: dev
>        $(top_builddir)/test/etap/run $(top_srcdir)/test/etap
> +       $(top_builddir)/test/javascript/run
>

Just a note that these tests will fail if a CouchDB node isn't running
on localhost:5984. The reason I never added this line was because I
never thought of a good way to make sure that a node comes up and is
terminated after the test.

Reply via email to