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 2016/05/30 23:37:34 UTC

[trafficserver] branch master updated: Add libtsutil test main.

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  0c5f3d7   Add libtsutil test main.
0c5f3d7 is described below

commit 0c5f3d7b1df42736936956b5396b58c04c861378
Author: James Peach <jp...@apache.org>
AuthorDate: Mon May 30 16:35:26 2016 -0700

    Add libtsutil test main.
---
 lib/ts/tests.cc | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/lib/ts/tests.cc b/lib/ts/tests.cc
new file mode 100644
index 0000000..b14e7ab
--- /dev/null
+++ b/lib/ts/tests.cc
@@ -0,0 +1,28 @@
+/*
+
+  @section license License
+
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+*/
+
+#include "ts/TestBox.h"
+
+int
+main(int argc, const char **argv)
+{
+  return RegressionTest::main(argc, argv);
+}

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].