You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/03/15 04:22:25 UTC

[2/2] git commit: TS-1748: Add jtest to the build

Updated Branches:
  refs/heads/master 79e146a7d -> e8ad29781


TS-1748: Add jtest to the build


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e8ad2978
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e8ad2978
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e8ad2978

Branch: refs/heads/master
Commit: e8ad2978176e62da929c4343db89b26f100b1353
Parents: 79e146a
Author: James Peach <jp...@apache.org>
Authored: Thu Mar 7 14:50:22 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Thu Mar 14 20:21:48 2013 -0700

----------------------------------------------------------------------
 CHANGES              |    2 +
 tools/Makefile.am    |    8 +-
 tools/jtest/jtest.cc | 8369 ++++++++++++++++++++++-----------------------
 3 files changed, 4186 insertions(+), 4193 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e8ad2978/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index c6c8c96..6c32dfc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@
   Changes with Apache Traffic Server 3.3.2
 
 
+  *) [TS-1748] add jtest to the build
+
   *) [TS-1730] Supporting First Byte Flush for ESI plugin
    Author: Shu Kit Chan <ch...@gmail.com>
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e8ad2978/tools/Makefile.am
----------------------------------------------------------------------
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ceed22e..d009d4d 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -17,8 +17,8 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-# Local Macros
-# http://www.gnu.org/software/automake/manual/automake.html#Local-Macros
-ACLOCAL_AMFLAGS = -I build
-
 bin_SCRIPTS = tsxs
+
+noinst_PROGRAMS = jtest/jtest
+
+jtest_jtest_SOURCES = jtest/jtest.cc