Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 81DF3200B8C for ; Mon, 22 Aug 2016 13:19:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 80A5E160A91; Mon, 22 Aug 2016 11:19:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 043FF160AC7 for ; Mon, 22 Aug 2016 13:19:29 +0200 (CEST) Received: (qmail 63270 invoked by uid 500); 22 Aug 2016 11:19:28 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 62834 invoked by uid 99); 22 Aug 2016 11:19:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 11:19:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 34419E1777; Mon, 22 Aug 2016 11:19:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Mon, 22 Aug 2016 11:19:49 -0000 Message-Id: <412ed72497854ff9908b8f9b612130a6@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/50] ibrowse commit: updated refs/heads/upstream to b28542d archived-at: Mon, 22 Aug 2016 11:19:30 -0000 Compile test modules Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/3a4044d4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/3a4044d4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/3a4044d4 Branch: refs/heads/upstream Commit: 3a4044d4c185010f35c000bd94a62b23b77a91f0 Parents: 8494e94 Author: Chandrashekhar Mullaparthi Authored: Mon Sep 28 08:27:35 2015 +0100 Committer: Chandrashekhar Mullaparthi Committed: Mon Sep 28 08:27:35 2015 +0100 ---------------------------------------------------------------------- Makefile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/3a4044d4/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 28dfda8..d2e61c6 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ eunit_test: all ./rebar eunit test: all + cd test; erl -pa ../../ibrowse/ebin -make; cd ../; \ erl -noshell -pa test -pa ebin -s ibrowse_test unit_tests \ -s ibrowse_test verify_chunked_streaming \ -s ibrowse_test test_chunked_streaming_once \