Skip to content

Commit

Permalink
added targets for running end to end tests
Browse files Browse the repository at this point in the history
make e2etest
make e2eviewtests

Change-Id: I8da4ed14cb25063023d970397a89b7ab4304ae18
Reviewed-on: http://review.couchbase.org/12373
Reviewed-by: Steve Yen <steve.yen@gmail.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
farshidce authored and trondn committed Jan 15, 2012
1 parent a0230e2 commit e737e5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.top
Expand Up @@ -80,6 +80,12 @@ dist:

test: $(MAKE_TEST_TARGETS) $(MAKE_TEST_TARGETS_EX)

e2etest:
cd testrunner && $(MAKE) test

e2eviewtests:
cd testrunner && $(MAKE) test-views

ifdef BUILD_SIGAR
deps-for-portsigar: make-install-sigar
portsigar/Makefile: AUTOGEN := ./bootstrap
Expand Down

0 comments on commit e737e5e

Please sign in to comment.