Break out JavaScript test suite into separate make target `check-js`.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4d8a8668 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4d8a8668 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4d8a8668 Branch: refs/heads/COUCHDB-1342 Commit: 4d8a866892d91dd0ba303b78556f4c410189324b Parents: 6f774bc Author: Jan Lehnardt <[email protected]> Authored: Sat Jan 7 17:12:31 2012 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Sat Jan 7 17:15:20 2012 +0100 ---------------------------------------------------------------------- Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4d8a8668/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index b03e580..397372a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,8 +81,10 @@ README.gz: $(top_srcdir)/README THANKS.gz: $(top_srcdir)/THANKS -gzip -9 < $< > $@ -check: dev +check: dev check-js $(top_builddir)/test/etap/run $(top_srcdir)/test/etap + +check-js: dev if USE_CURL $(top_builddir)/test/javascript/run endif
